Skip to content

Commit 3a2cb04

Browse files
committed
missing javadocs generator for Central
1 parent ee5a58f commit 3a2cb04

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<openapi-codegen-version>6.0.1</openapi-codegen-version>
3838
<maven.compiler.target>1.11</maven.compiler.target>
3939
<maven.compiler.source>1.11</maven.compiler.source>
40+
<kotlin.version>1.7.10</kotlin.version>
4041
</properties>
4142

4243
<prerequisites>
@@ -124,7 +125,7 @@
124125
<plugin>
125126
<groupId>org.jetbrains.kotlin</groupId>
126127
<artifactId>kotlin-maven-plugin</artifactId>
127-
<version>1.7.10</version>
128+
<version>${kotlin.version}</version>
128129
<executions>
129130
<execution>
130131
<id>compile</id>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package com.bluetrainsoftware.openapi;
2+
3+
/**
4+
* This exists only to provide fake Javadoc for the Maven Release
5+
*/
6+
public class Package {
7+
}

0 commit comments

Comments
 (0)