Use jetbrains annotations by default. (#240)

Minecraft is also remapped to use them. Any use of jsr should be removed.
This commit is contained in:
modmuss50
2020-07-26 20:57:58 +01:00
committed by GitHub
parent bc3ff0180a
commit 9d318dd859
3 changed files with 11 additions and 0 deletions

View File

@@ -57,4 +57,5 @@ public class Constants {
public static final String MIXIN_COMPILE_EXTENSIONS_VERSION = "0.3.1.5";
public static final String DEV_LAUNCH_INJECTOR_VERSION = "0.2.1+build.8";
public static final String TERMINAL_CONSOLE_APPENDER_VERSION = "1.2.0";
public static final String JETBRAINS_ANNOTATIONS_VERSION = "19.0.0";
}