Skip to content

Commit

Permalink
Set genEventImpl compatibility to java 17 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMorpheus committed May 4, 2024
1 parent baf5059 commit 41b0b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ dependencies {

tasks {
genEventImpl {
sourceCompatibility = javaTarget
sourceCompatibility = "17" // TODO use javaTarget here
destinationDirectory = project.layout.buildDirectory.dir("generated/event-factory")

outputFactory = "org.spongepowered.api.event.SpongeEventFactory"
Expand Down

0 comments on commit 41b0b0c

Please sign in to comment.