mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 03:30:02 +00:00
Changing build setup for gradle artifact repo
This commit is contained in:
parent
355a5adf46
commit
77a8d347db
2 changed files with 9 additions and 8 deletions
14
build.gradle
14
build.gradle
|
@ -34,21 +34,19 @@ repositories {
|
|||
}
|
||||
}
|
||||
|
||||
artifactoryPublish.skip = false
|
||||
|
||||
artifactory {
|
||||
contextUrl = 'http://localhost:8081/artifactory'
|
||||
publish {
|
||||
repository {
|
||||
repoKey = 'libs-release-local'
|
||||
username = 'admin'
|
||||
password = 'AP8CX2wEWG8bxfMkUxnycYxQF4s9rttomEXr62'
|
||||
repoKey = 'libs-snapshot-local'
|
||||
username = '${artifactory_user}'
|
||||
password = '${artifactory_password}'
|
||||
}
|
||||
}
|
||||
resolve {
|
||||
repository {
|
||||
repoKey = 'repo'
|
||||
username = 'admin'
|
||||
password = 'AP8CX2wEWG8bxfMkUxnycYxQF4s9rttomEXr62'
|
||||
}
|
||||
repoKey = 'repo'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
3
gradle.properties
Normal file
3
gradle.properties
Normal file
|
@ -0,0 +1,3 @@
|
|||
currentVersion=8.5-SNAPSHOT
|
||||
artifactory_user=user
|
||||
artifactory_password=AP3pJC3jBYKWV3uYBVqc1HCjhUKKMUsQAPyhdFm1r1E41QmXpcRceKpr4Arn
|
Loading…
Reference in a new issue