Skip to content

Commit

Permalink
Remove sdf3-ext-statix dependency on ctree
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Sep 5, 2023
1 parent 3f4c204 commit 65a00c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lwb/metalang/sdf3_ext_statix/sdf3_ext_statix/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ languageProject {
}
compilerInput {
withStrategoRuntime().run {
addStrategyPackageIds("sdf3.ext.statix.trans")
addInteropRegisterersByReflection("sdf3.ext.statix.trans.InteropRegisterer")
baseStrategoRuntimeBuilderFactory("mb.sdf3_ext_statix.stratego", "BaseSdf3ExtStatixStrategoRuntimeBuilderFactory")
extendStrategoRuntimeBuilderFactory("mb.sdf3_ext_statix.stratego", "Sdf3ExtStatixStrategoRuntimeBuilderFactory")
}
Expand All @@ -30,8 +32,7 @@ languageProject {
spoofax2BasedLanguageProject {
compilerInput {
withStrategoRuntime().run {
copyCtree(true)
copyClasses(false)
copyClasses(true)
}
project.languageSpecificationDependency(GradleDependency.module("org.metaborg.devenv:sdf3.ext.statix:${ext["spoofax2DevenvVersion"]}"))
}
Expand Down

0 comments on commit 65a00c2

Please sign in to comment.