Skip to content

Commit

Permalink
Update Metaborg convention
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 17, 2024
1 parent 63f17f8 commit 1c0d1f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pluginManagement {
}

plugins {
id("org.metaborg.convention.settings") version "0.7.3"
id("org.metaborg.convention.settings") version "0.8.1"
}

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 @@ -15,5 +15,5 @@ pluginManagement {
}

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

plugins {
id("org.metaborg.convention.settings") version "0.7.3"
id("org.metaborg.convention.settings") version "0.8.1"
}

// 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 1c0d1f1

Please sign in to comment.