mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-28 19:14:15 +00:00
Test build number
This commit is contained in:
parent
635c1beba7
commit
0d662c18ea
2 changed files with 11 additions and 1 deletions
10
build.gradle
10
build.gradle
|
@ -41,6 +41,16 @@ group = "dev.plex"
|
|||
version = "0.10-SNAPSHOT"
|
||||
description = "Plex"
|
||||
|
||||
ext {
|
||||
buildNumber = System.getenv("BUILD_NUMBER") ?: "unknown"
|
||||
}
|
||||
|
||||
tasks.register('printProperties') {
|
||||
doLast {
|
||||
println buildNumber
|
||||
}
|
||||
}
|
||||
|
||||
shadowJar {
|
||||
archiveClassifier.set("")
|
||||
relocate "org.bstats", "dev.plex"
|
||||
|
|
|
@ -1 +1 @@
|
|||
rootProject.name = 'Plex'
|
||||
rootProject.name = 'Plex'
|
Loading…
Reference in a new issue