Skip to content

Commit 41b0b0c

Browse files
committed
Set genEventImpl compatibility to java 17 for now
1 parent baf5059 commit 41b0b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ dependencies {
132132

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

138138
outputFactory = "org.spongepowered.api.event.SpongeEventFactory"

0 commit comments

Comments
 (0)