diff --git a/package/src/main/resources/net/runelite/pluginhub/packager/standard-build.gradle b/package/src/main/resources/net/runelite/pluginhub/packager/standard-build.gradle index 5fe499c..ef236f1 100644 --- a/package/src/main/resources/net/runelite/pluginhub/packager/standard-build.gradle +++ b/package/src/main/resources/net/runelite/pluginhub/packager/standard-build.gradle @@ -18,9 +18,11 @@ dependencies { compileOnly 'org.projectlombok:lombok:1.18.30' annotationProcessor 'org.projectlombok:lombok:1.18.30' + + compileOnly 'org.jetbrains:annotations:23.0.0' } tasks.withType(JavaCompile).configureEach { options.encoding = 'UTF-8' options.release.set(11) -} \ No newline at end of file +}