Skip to content

Commit

Permalink
Use Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
datatags committed May 16, 2024
1 parent bcc6039 commit d3dd54c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ plugins {
group 'me.datatags.ultracosmetics'
version '1.1.1'

java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
}
}

repositories {
mavenLocal()
mavenCentral()
Expand Down

0 comments on commit d3dd54c

Please sign in to comment.