Skip to content

Commit

Permalink
Update Metaborg convention and Gitonium
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 16, 2024
1 parent d9cf639 commit bd5d310
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ plugins {
id("org.metaborg.devenv.spoofax.gradle.test") apply false
}

// Workaround for issue: https://github.com/gradle/gradle/issues/20131
println("")


subprojects {
allprojects {
apply(plugin = "org.metaborg.gitonium")
version = gitonium.version
group = "org.metaborg"
}
2 changes: 1 addition & 1 deletion example/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {
}

plugins {
id("org.metaborg.convention.settings") version "0.6.11"
id("org.metaborg.convention.settings") version "0.6.12"
}

fun String.includeProject(id: String, path: String = "$this/$id") {
Expand Down
2 changes: 1 addition & 1 deletion plugin/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ pluginManagement {
}

plugins {
id("org.metaborg.convention.settings") version "0.6.11"
id("org.metaborg.convention.settings") version "0.6.12"
}
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {
}

plugins {
id("org.metaborg.convention.settings") version "0.6.11"
id("org.metaborg.convention.settings") version "0.6.12"
}

// We split the build up into one main composite build in the 'plugin' directory, because it builds Gradle plugins,
Expand Down

0 comments on commit bd5d310

Please sign in to comment.