Merge pull request #1578 from runelite-extended/maven-fixes

project: change namespace
This commit is contained in:
ThatGamerBlue
2019-09-11 11:20:05 +01:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ allprojects {
apply plugin: 'maven'
if (this.name != 'rs-client') apply plugin: 'checkstyle'
group = 'net.runelite'
group = 'us.runelitepl'
version = '1.5.33-SNAPSHOT'
ext {

View File

@@ -1,4 +1,4 @@
group = 'net.runelite.rs'
group = 'us.runelitepl.rs'
description = 'Injector'
def buildPath = buildDir.toString().replace('\\', '/') // this doesnt work in an ext block for some reason

View File

@@ -1,4 +1,4 @@
group = 'net.runelite.rs'
group = 'us.runelitepl.rs'
description = 'RuneScape API'
dependencies {

View File

@@ -1,4 +1,4 @@
group = 'net.runelite.rs'
group = 'us.runelitepl.rs'
description = 'RuneScape Client'
dependencies {