Skip to content

Commit ae96fb8

Browse files
committed
Gradle catalog, testing programmatic version alignment
1 parent 4d15f02 commit ae96fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle-scijava/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
layout.buildDirectory = layout.projectDirectory.asFile.parentFile.resolve("target/gradle")
1515

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

1919
javaPlatform {
2020
allowDependencies()

0 commit comments

Comments
 (0)