Set version from env property
All checks were successful
Build & Release / release-library (push) Successful in 1m47s

This commit is contained in:
2025-06-27 17:25:34 +02:00
parent 19243b4707
commit 68ee5b755d

View File

@ -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" }