1 Commits
0.0.1 ... 0.0.3

Author SHA1 Message Date
68ee5b755d Set version from env property
All checks were successful
Build & Release / release-library (push) Successful in 1m47s
2025-06-27 17:25:34 +02:00

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