mirror of
https://github.com/BG-Software-LLC/WildLoaders.git
synced 2024-11-25 12:25:18 +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) {
|
maven(MavenPublication) {
|
||||||
groupId = 'com.bgsoftware'
|
groupId = 'com.bgsoftware'
|
||||||
artifactId = 'WildLoadersAPI'
|
artifactId = 'WildLoadersAPI'
|
||||||
version = System.getenv("BUILD_NUMBER") == null ? parent.version : parent.version + "." + System.getenv("BUILD_NUMBER")
|
version = parent.version
|
||||||
|
|
||||||
from components.java
|
from components.java
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user