Skip to content

Commit

Permalink
Gradle catalog, testing programmatic version alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Jun 25, 2024
1 parent 4d15f02 commit ae96fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle-scijava/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
layout.buildDirectory = layout.projectDirectory.asFile.parentFile.resolve("target/gradle")

group = "org.scijava"
version = "38.0.0-SNAPSHOT"
version = File("../pom.xm").readText().substringAfter("<version>").substringBefore('<')

javaPlatform {
allowDependencies()
Expand Down

0 comments on commit ae96fb8

Please sign in to comment.