Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
68ee5b755d
|
@ -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