File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
src/main/java/com/bluetrainsoftware/openapi Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 37
37
<openapi-codegen-version >6.0.1</openapi-codegen-version >
38
38
<maven .compiler.target>1.11</maven .compiler.target>
39
39
<maven .compiler.source>1.11</maven .compiler.source>
40
+ <kotlin .version>1.7.10</kotlin .version>
40
41
</properties >
41
42
42
43
<prerequisites >
124
125
<plugin >
125
126
<groupId >org.jetbrains.kotlin</groupId >
126
127
<artifactId >kotlin-maven-plugin</artifactId >
127
- <version >1.7.10 </version >
128
+ <version >${kotlin.version} </version >
128
129
<executions >
129
130
<execution >
130
131
<id >compile</id >
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments