Skip to content

Commit

Permalink
Fixed jar auto versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
AxisAlexNT committed Jul 31, 2023
1 parent ee8d5d6 commit 1dae673
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ val doOnChange = "${projectDir}/gradlew classes"

val versionFile = file("${project.projectDir}/version.txt")

version = readVersion()

application {
mainClass.set(launcherClassName)
}
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.6-35e1ce1
1.0.7-35005ae

0 comments on commit 1dae673

Please sign in to comment.