Skip to content

Commit

Permalink
move target jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Andyz26 committed Dec 20, 2024
1 parent d7d8c42 commit 7625c00
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ ext.libraries = [
allprojects {
apply plugin: 'nebula.netflixoss'

// java {
// toolchain {
// languageVersion.set(JavaLanguageVersion.of(17))
// }
// }
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
}
}
}

def printAllReleasedArtifacts = project.tasks.create('printAllReleasedArtifacts')
Expand All @@ -120,8 +120,8 @@ subprojects {

group = 'io.mantisrx'

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

if (project.hasProperty('useMavenLocal')) {
repositories {
Expand Down

0 comments on commit 7625c00

Please sign in to comment.