Skip to content

Commit

Permalink
update to modern java
Browse files Browse the repository at this point in the history
remove old properties file
  • Loading branch information
Dream-Master committed Sep 10, 2024
1 parent febb2df commit acae8cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ developmentEnvironmentUserName = Developer

# Enables using modern Java syntax (up to version 17) via Jabel, while still targeting 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 publicly visible List, Map, etc. into proper List<E>, Map<K, V> types.
Expand Down
14 changes: 0 additions & 14 deletions project.properties

This file was deleted.

0 comments on commit acae8cf

Please sign in to comment.