From 1523a942217094056c9ba492983ec3df78e11868 Mon Sep 17 00:00:00 2001 From: Pazaz Date: Wed, 27 Apr 2022 11:19:51 -0400 Subject: [PATCH] Fixed playground dependencies --- playground/build.gradle | 5 ----- 1 file changed, 5 deletions(-) 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 {