mirror of
https://github.com/BG-Software-LLC/WildLoaders.git
synced 2024-11-12 10:23:59 +01:00
[CI-SKIP] Updated publish to ignore build number of Jenkins
This commit is contained in:
parent
121b98eef0
commit
28baec0f65
@ -9,7 +9,7 @@ publishing {
|
||||
maven(MavenPublication) {
|
||||
groupId = 'com.bgsoftware'
|
||||
artifactId = 'WildLoadersAPI'
|
||||
version = System.getenv("BUILD_NUMBER") == null ? parent.version : parent.version + "." + System.getenv("BUILD_NUMBER")
|
||||
version = parent.version
|
||||
|
||||
from components.java
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user