Skip to content

Commit

Permalink
Use Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 22, 2024
1 parent a5a8823 commit 135d5fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ if (standaloneBuild) { // If standalone build, apply additional plugins and set
}

configure<JavaPluginExtension> {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
configure<mb.gradle.config.MetaborgExtension> {
kotlinApiVersion = "1.2"
Expand Down

0 comments on commit 135d5fe

Please sign in to comment.