Skip to content

Commit bb517af

Browse files
committed
test(bulk-model-sync-gradle): use correct JDK version for graph-lang-api
bulk-model-sync-gradle-test specifies JDK11 so the graph-lang-api also has to be compatible to JDK11.
1 parent e6e2068 commit bb517af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bulk-model-sync-gradle-test/graph-lang-api/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ kotlin {
3636
sourceSets.named("main") {
3737
kotlin.srcDir(kotlinGenDir)
3838
}
39+
jvmToolchain(11)
3940
}
4041

4142
metamodel {

0 commit comments

Comments
 (0)