From 3db9cf6ccddf48076477dc30bffcf60e510cfc65 Mon Sep 17 00:00:00 2001 From: Jane Petrovna Date: Tue, 22 Dec 2020 14:18:19 -0500 Subject: [PATCH] update to use j4.pm url --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'