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 9e33799 commit 0894e39Copy full SHA for 0894e39
openapigenerator-gradle-plugin/build.gradle.kts
@@ -1,4 +1,4 @@
1
-version = "0.1.0"
+version = "0.1.1"
2
3
plugins {
4
`java-gradle-plugin`
@@ -11,7 +11,7 @@ plugins {
11
dependencies {
12
implementation(gradleKotlinDsl())
13
14
- implementation(project(":openapigenerator"))
+ implementation("net.axay:openapigenerator-jvm:0.0.1")
15
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.2")
16
}
17
0 commit comments