Skip to content

Instantly share code, notes, and snippets.

@pajlada
Created January 23, 2026 08:40
Show Gist options
  • Select an option

  • Save pajlada/fa2346ac94d220a1b737ea51c4595996 to your computer and use it in GitHub Desktop.

Select an option

Save pajlada/fa2346ac94d220a1b737ea51c4595996 to your computer and use it in GitHub Desktop.
diff --git a/build.gradle b/build.gradle
index 87c21f2..1716889 100644
--- a/build.gradle
+++ b/build.gradle
@@ -14,7 +14,7 @@ repositories {
}
def runeLiteVersion = 'latest.release'
-def pluginMainClass = 'com.gauntletlocker.GauntletLockerPlugin'
+def pluginMainClass = 'com.gauntletlocker.GauntletLockerPluginTest'
dependencies {
compileOnly group: 'net.runelite', name:'client', version: runeLiteVersion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment