This commit is contained in:
parent
0586411b2e
commit
ffa17a36af
1 changed files with 7 additions and 4 deletions
11
build.gradle
11
build.gradle
|
@ -8,22 +8,25 @@ repositories {
|
|||
dirs "libs"
|
||||
}
|
||||
maven {
|
||||
url "https://mcphackers.github.io/libraries/"
|
||||
url "https://libraries.minecraft.net/"
|
||||
}
|
||||
maven {
|
||||
url "https://libraries.minecraft.net/"
|
||||
url "https://maven.zontreck.com/repository/internal"
|
||||
}
|
||||
maven {
|
||||
url "https://maven.zontreck.com/repository/zontreck"
|
||||
}
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
group = 'org.mcphackers'
|
||||
group = 'dev.zontreck'
|
||||
archivesBaseName = 'launchwrapper'
|
||||
version = '1.0-SNAPSHOT'
|
||||
sourceCompatibility = 1.5
|
||||
targetCompatibility = 1.5
|
||||
|
||||
dependencies {
|
||||
implementation 'org.mcphackers.rdi:rdi:1.0'
|
||||
implementation 'dev.zontreck:RetroDebugInjector:1.0'
|
||||
implementation 'org.ow2.asm:asm:9.3'
|
||||
implementation 'org.ow2.asm:asm-tree:9.3'
|
||||
implementation 'org.json:json:20230311'
|
||||
|
|
Loading…
Reference in a new issue