Merge pull request #1578 from runelite-extended/maven-fixes
project: change namespace
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
group = 'net.runelite.rs'
|
||||
group = 'us.runelitepl.rs'
|
||||
description = 'RuneScape API'
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
group = 'net.runelite.rs'
|
||||
group = 'us.runelitepl.rs'
|
||||
description = 'RuneScape Client'
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user