We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ec1b6 commit 9d3cceeCopy full SHA for 9d3ccee
1 file changed
build.gradle
@@ -72,8 +72,8 @@ publishing {
72
}
73
repositories {
74
maven {
75
- def releasesRepoUrl = "http://192.168.0.20:8081/repository/maven-releases/"
76
- def snapshotsRepoUrl = "http://192.168.0.20:8081/repository/maven-snapshots/"
+ def releasesRepoUrl = "http://192.168.0.20:4540/repository/maven-releases/"
+ def snapshotsRepoUrl = "http://192.168.0.20:4540/repository/maven-snapshots/"
77
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
78
credentials {
79
username = project.hasProperty('nexus_username') ? nexus_username : (System.getenv('NEXUS_USERNAME') != null ? System.getenv('NEXUS_USERNAME') : '')
0 commit comments