Skip to content

Commit

Permalink
refactor: specify javaVersion=21 in gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed Nov 29, 2023
1 parent 3e9b28b commit 2ec3c98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF
org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.caching=true
javaVersion=21

# Project information constants
projectGroupId=com.jmsoftware.maf
Expand Down

0 comments on commit 2ec3c98

Please sign in to comment.