diff --git a/build.gradle b/build.gradle index 8a8fa7c..3a880a8 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java' id 'idea' - id 'fabric-loom' version '0.5.9' + id 'fabric-loom' version '0.6.9' id 'maven-publish' } @@ -78,8 +78,8 @@ publishing { repositories { // uncomment to publish to the local maven maven { - def snapshotsUrl = 'http://192.168.1.156:8081/repository/maven-snapshots/' - def releasesUrl = 'http://192.168.1.156:8081/repository/maven-releases/' + def snapshotsUrl = 'http://nexus.j4.pm/repository/maven-snapshots/' + def releasesUrl = 'http://nexus.j4.pm/repository/maven-releases/' url = version.endsWith('SNAPSHOT') ? snapshotsUrl : releasesUrl credentials { username 'admin'