Changing build setup for gradle artifact repo
This commit is contained in:
parent
355a5adf46
commit
77a8d347db
14
build.gradle
14
build.gradle
@ -34,21 +34,19 @@ repositories {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
artifactoryPublish.skip = false
|
||||||
|
|
||||||
artifactory {
|
artifactory {
|
||||||
contextUrl = 'http://localhost:8081/artifactory'
|
contextUrl = 'http://localhost:8081/artifactory'
|
||||||
publish {
|
publish {
|
||||||
repository {
|
repository {
|
||||||
repoKey = 'libs-release-local'
|
repoKey = 'libs-snapshot-local'
|
||||||
username = 'admin'
|
username = '${artifactory_user}'
|
||||||
password = 'AP8CX2wEWG8bxfMkUxnycYxQF4s9rttomEXr62'
|
password = '${artifactory_password}'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
resolve {
|
resolve {
|
||||||
repository {
|
repoKey = 'repo'
|
||||||
repoKey = 'repo'
|
|
||||||
username = 'admin'
|
|
||||||
password = 'AP8CX2wEWG8bxfMkUxnycYxQF4s9rttomEXr62'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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 New Issue
Block a user