Skip to content

Commit

Permalink
test(bulk-model-sync-gradle): use correct JDK version for graph-lang-api
Browse files Browse the repository at this point in the history
bulk-model-sync-gradle-test specifies JDK11 so the graph-lang-api also
has to be compatible to JDK11.
  • Loading branch information
slisson committed Mar 13, 2024
1 parent e6e2068 commit bb517af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ kotlin {
sourceSets.named("main") {
kotlin.srcDir(kotlinGenDir)
}
jvmToolchain(11)
}

metamodel {
Expand Down

0 comments on commit bb517af

Please sign in to comment.