File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ spoofaxLanguageSpecification {
1616 addSpoofaxCoreDependency.set(false )
1717 addSpoofaxRepository.set(false )
1818}
19+
1920dependencies {
2021 api(platform(libs.metaborg.platform)) { version { require(" latest.integration" ) } }
2122
Original file line number Diff line number Diff line change @@ -21,9 +21,10 @@ plugins {
2121}
2222
2323rootProject.name = " stratego-project"
24- include(" :gpp" )
25- include(" :org.metaborg.meta.lang.stratego" )
24+
2625include(" :stratego.build" )
2726include(" :stratego.build.spoofax2" )
27+ include(" :org.metaborg.meta.lang.stratego" )
2828include(" :stratego.lang" )
2929include(" :strategolib" )
30+ include(" :gpp" )
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ spoofaxLanguageSpecification {
1414 addSpoofaxCoreDependency.set(false )
1515 addSpoofaxRepository.set(false )
1616}
17+
1718dependencies {
1819 api(platform(libs.metaborg.platform)) { version { require(" latest.integration" ) } }
1920
You can’t perform that action at this time.
0 commit comments