Set version from env property
All checks were successful
Build & Release / release-library (push) Successful in 1m47s
All checks were successful
Build & Release / release-library (push) Successful in 1m47s
This commit is contained in:
@ -18,6 +18,9 @@ plugins {
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
group = 'com.devsoap'
|
||||
version = findProperty('BUILD_VERSION') ?: 'latest'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url "https://code.devsoap.com/api/packages/john/maven" }
|
||||
|
Reference in New Issue
Block a user