mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 05:20:24 -07:00
Fixed playground dependencies
This commit is contained in:
parent
aaf21d8d4c
commit
1523a94221
1 changed files with 0 additions and 5 deletions
|
|
@ -16,12 +16,7 @@ tasks.withType(JavaCompile) {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly project(':deob-annotations')
|
|
||||||
implementation project(':signlink')
|
|
||||||
implementation project(':client') // TODO: abstract client/engine code
|
implementation project(':client') // TODO: abstract client/engine code
|
||||||
|
|
||||||
implementation 'lib:gluegen-rt'
|
|
||||||
implementation 'lib:jogl-all'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue