Skip to content

Commit 38664f0

Browse files
committed
use versions.toml
1 parent 4d80052 commit 38664f0

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

buildSrc/src/main/kotlin/openapiprocessor.library.gradle.kts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@ plugins {
1212
// see buildSrc/build.gradle.kts
1313
val libs = the<LibrariesForLibs>()
1414

15-
// gradle.properties
16-
val projectVersion: String by project
17-
1815
group = "io.openapiprocessor"
19-
version = projectVersion
20-
println("version: $projectVersion")
16+
version = libs.versions.processor.get()
17+
println("version: $version")
2118

2219
java {
2320
withJavadocJar ()

0 commit comments

Comments
 (0)