diff --git a/playground/build.gradle b/playground/build.gradle index 03adb46..3ff5a89 100644 --- a/playground/build.gradle +++ b/playground/build.gradle @@ -16,12 +16,7 @@ tasks.withType(JavaCompile) { } dependencies { - compileOnly project(':deob-annotations') - implementation project(':signlink') implementation project(':client') // TODO: abstract client/engine code - - implementation 'lib:gluegen-rt' - implementation 'lib:jogl-all' } jar {