Skip to content

Commit a2295a2

Browse files
committed
Test for build-number in version String
1 parent e3cd3fa commit a2295a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,7 @@ publishing{
7575
}
7676
}
7777
}
78+
79+
task shadowJar{
80+
version = version + "_" + System.getenv("BUILD_NUMBER")
81+
}

0 commit comments

Comments
 (0)