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 47608eb commit 5932e14Copy full SHA for 5932e14
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group = "com.github.hauner.openapi"
10
-version = "1.0.0.M3"
+version = "1.0.0.M4"
11
12
tasks.compileKotlin {
13
kotlinOptions.jvmTarget = "1.8"
docs/modules/ROOT/pages/index.adoc
@@ -39,7 +39,7 @@ configuration block name.
39
openapiProcessor {
40
41
json {
42
- processor 'com.github.hauner.openapi:openapi-processor-json:1.0.0.M3'
+ processor 'com.github.hauner.openapi:openapi-processor-json:1.0.0.M4'
43
44
apiPath = "$projectDir/src/api/openapi.yaml"
45
targetDir = "$projectDir/build/openapi"
0 commit comments