Skip to content

Commit 62e85ec

Browse files
committed
missing version
1 parent f27936c commit 62e85ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ repositories {
1616
//}
1717

1818
group = "io.openapiprocessor"
19+
version = libs.versions.openapiparser.get()
20+
println("version: $version")
21+
1922
extra["publishUser"] = buildProperty("PUBLISH_USER")
2023
extra["publishKey"] = buildProperty("PUBLISH_KEY")
2124
val publishUser: String by extra

0 commit comments

Comments
 (0)