We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5a58f commit 3a2cb04Copy full SHA for 3a2cb04
pom.xml
@@ -37,6 +37,7 @@
37
<openapi-codegen-version>6.0.1</openapi-codegen-version>
38
<maven.compiler.target>1.11</maven.compiler.target>
39
<maven.compiler.source>1.11</maven.compiler.source>
40
+ <kotlin.version>1.7.10</kotlin.version>
41
</properties>
42
43
<prerequisites>
@@ -124,7 +125,7 @@
124
125
<plugin>
126
<groupId>org.jetbrains.kotlin</groupId>
127
<artifactId>kotlin-maven-plugin</artifactId>
- <version>1.7.10</version>
128
+ <version>${kotlin.version}</version>
129
<executions>
130
<execution>
131
<id>compile</id>
src/main/java/com/bluetrainsoftware/openapi/Package.java
@@ -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