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'
|
apply plugin: 'maven'
|
||||||
if (this.name != 'rs-client') apply plugin: 'checkstyle'
|
if (this.name != 'rs-client') apply plugin: 'checkstyle'
|
||||||
|
|
||||||
group = 'net.runelite'
|
group = 'us.runelitepl'
|
||||||
version = '1.5.33-SNAPSHOT'
|
version = '1.5.33-SNAPSHOT'
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
group = 'net.runelite.rs'
|
group = 'us.runelitepl.rs'
|
||||||
description = 'Injector'
|
description = 'Injector'
|
||||||
|
|
||||||
def buildPath = buildDir.toString().replace('\\', '/') // this doesnt work in an ext block for some reason
|
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'
|
description = 'RuneScape API'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
group = 'net.runelite.rs'
|
group = 'us.runelitepl.rs'
|
||||||
description = 'RuneScape Client'
|
description = 'RuneScape Client'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|||||||
Reference in New Issue
Block a user