diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index a478e626d1..95bff5a8b1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -30,11 +30,11 @@ developmentEnvironmentUserName = Developer # Enables using modern java syntax (up to version 17) via Jabel, while still targetting JVM 8. # See https://github.com/bsideup/jabel for details on how this works. -enableModernJavaSyntax = false +enableModernJavaSyntax = true # Enables injecting missing generics into the decompiled source code for a better coding experience # Turns most publically visible List, Map, etc. into proper List<Type>, Map<K, V> types -enableGenericInjection = false +enableGenericInjection = true # Generate a class with String fields for the mod id, name, version and group name named with the fields below |