update to use j4.pm url

This commit is contained in:
jane 2020-12-22 14:18:19 -05:00
parent d9d497e1db
commit 3db9cf6ccd
1 changed files with 3 additions and 3 deletions

View File

@ -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'