mirror of
https://github.com/plexusorg/Plex.git
synced 2024-11-10 14:06:07 +00:00
Test build number
This commit is contained in:
parent
635c1beba7
commit
0d662c18ea
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 New Issue
Block a user