project: change namespace

This commit is contained in:
ThatGamerBlue
2019-09-10 17:29:00 +01:00
parent e304591b52
commit ae5fcdd420
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 {