We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d80052 commit 38664f0Copy full SHA for 38664f0
1 file changed
buildSrc/src/main/kotlin/openapiprocessor.library.gradle.kts
@@ -12,12 +12,9 @@ plugins {
12
// see buildSrc/build.gradle.kts
13
val libs = the<LibrariesForLibs>()
14
15
-// gradle.properties
16
-val projectVersion: String by project
17
-
18
group = "io.openapiprocessor"
19
-version = projectVersion
20
-println("version: $projectVersion")
+version = libs.versions.processor.get()
+println("version: $version")
21
22
java {
23
withJavadocJar ()
0 commit comments