Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Oct 4, 2024
1 parent 3f4a296 commit 633a1ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions gpp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spoofaxLanguageSpecification {
addSpoofaxCoreDependency.set(false)
addSpoofaxRepository.set(false)
}

dependencies {
api(platform(libs.metaborg.platform)) { version { require("latest.integration") } }

Expand Down
5 changes: 3 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ plugins {
}

rootProject.name = "stratego-project"
include(":gpp")
include(":org.metaborg.meta.lang.stratego")

include(":stratego.build")
include(":stratego.build.spoofax2")
include(":org.metaborg.meta.lang.stratego")
include(":stratego.lang")
include(":strategolib")
include(":gpp")
1 change: 1 addition & 0 deletions strategolib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ spoofaxLanguageSpecification {
addSpoofaxCoreDependency.set(false)
addSpoofaxRepository.set(false)
}

dependencies {
api(platform(libs.metaborg.platform)) { version { require("latest.integration") } }

Expand Down

0 comments on commit 633a1ad

Please sign in to comment.