Skip to content

Commit

Permalink
Gradle: Move version definition to gradle.properties and bump to next…
Browse files Browse the repository at this point in the history
… development cycle
  • Loading branch information
skalarproduktraum committed Apr 15, 2024
1 parent 0594ac3 commit 4ab3784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ jvmTarget=21
kotlinVersion=1.9.23
dokkaVersion=1.9.10
scijavaParentPOMVersion=37.0.0
version=0.4.1-SNAPSHOT
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rootProject.name = "sciview"

gradle.rootProject {
group = "sc.iview"
version = "0.4.0"
version = project.properties["version"]!!
description = "Scenery-backed 3D visualization package for ImageJ."
}

Expand Down

0 comments on commit 4ab3784

Please sign in to comment.