Skip to content

Instantly share code, notes, and snippets.

@SoltauFintel
Created December 8, 2023 19:55
Show Gist options
  • Save SoltauFintel/f79ab4e2db0529094234572c24d4de6a to your computer and use it in GitHub Desktop.
Save SoltauFintel/f79ab4e2db0529094234572c24d4de6a to your computer and use it in GitHub Desktop.
Gradle settings for Java 17
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
compileJava.options.encoding = 'UTF-8'
compileTestJava.options.encoding = 'UTF-8'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment