Skip to content

Commit

Permalink
use MPS 2022.2.1 for api-gen to support Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
slisson committed Nov 24, 2023
1 parent 19d9554 commit 36927ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kernelf-apigen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ kotlin {
}

mpsBuild {
mpsVersion("2021.1.4")
externalModules("org.iets3:opensource:2021.3.6204.+")
mpsVersion("2022.2.1")
externalModules("org.iets3:opensource:2022.2.6365.50b1f50")
}

metamodel {
mpsHeapSize = "2g"
dependsOn("copyDependencies")
mpsHome = buildDir.resolve("mpsbuild/mps/mps-2021.1.4.zip")
mpsHome = buildDir.resolve("mpsbuild/mps/mps-2022.2.1.zip")
modulesFrom(buildDir.resolve("mpsbuild/dependencies"))
includeNamespace("org.iets3.core.expr")
includeLanguage("org.modelix.model.repositoryconcepts")
Expand Down

0 comments on commit 36927ad

Please sign in to comment.