Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Foulest committed Jun 30, 2024
1 parent 63783e0 commit d5f86bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ group = 'net.foulest'
version = '1.1.1'
description = 'RepairKit'

// Set the language level to Java 17
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
}
}

repositories {
// Maven central repository
mavenCentral()
Expand Down

0 comments on commit d5f86bf

Please sign in to comment.