mirror of
https://github.com/plexusorg/Plex.git
synced 2026-06-04 05:26:55 +00:00
Test build number
This commit is contained in:
@@ -41,6 +41,16 @@ group = "dev.plex"
|
|||||||
version = "0.10-SNAPSHOT"
|
version = "0.10-SNAPSHOT"
|
||||||
description = "Plex"
|
description = "Plex"
|
||||||
|
|
||||||
|
ext {
|
||||||
|
buildNumber = System.getenv("BUILD_NUMBER") ?: "unknown"
|
||||||
|
}
|
||||||
|
|
||||||
|
tasks.register('printProperties') {
|
||||||
|
doLast {
|
||||||
|
println buildNumber
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
shadowJar {
|
shadowJar {
|
||||||
archiveClassifier.set("")
|
archiveClassifier.set("")
|
||||||
relocate "org.bstats", "dev.plex"
|
relocate "org.bstats", "dev.plex"
|
||||||
|
|||||||
Reference in New Issue
Block a user