Skip to content

Commit 6462e2e

Browse files
committed
fix: order in methods
1 parent a56f114 commit 6462e2e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ plugins {
99
group = "fr.traqueur"
1010
version = property("version") as String
1111

12-
rootProject.extra.properties["sha"]?.let { sha ->
13-
version = sha
14-
}
15-
1612
extra.set("targetFolder", file("target/"))
1713
extra.set("classifier", System.getProperty("archive.classifier"))
1814
extra.set("sha", System.getProperty("github.sha"))
1915

16+
rootProject.extra.properties["sha"]?.let { sha ->
17+
version = sha
18+
}
19+
2020
repositories {
2121
mavenCentral()
2222
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.5.0
1+
version=4b17bcf

0 commit comments

Comments
 (0)