Skip to content

Commit

Permalink
Update Gitonium to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 16, 2024
1 parent 318691d commit f639337
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
13 changes: 7 additions & 6 deletions convention-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ plugins {
`maven-publish`
// signing
// We don't use the version catalog here, to avoid a bootstrapping problem.
id("org.metaborg.gitonium") version "1.6.2"
id("org.metaborg.gitonium") version "1.7.0"
}

gitonium {
// Get the current version into the program
buildPropertiesFile.set(layout.buildDirectory.file("resources/main/org/metaborg/convention/version.properties"))
}

version = gitonium.version
group = "org.metaborg"
description = "The Metaborg Gradle convention plugin."

Expand Down Expand Up @@ -53,11 +59,6 @@ gradlePlugin {
}
}

// Get the current version into the program
gitonium {
buildPropertiesFile.set(layout.buildDirectory.file("resources/main/org/metaborg/convention/version.properties"))
}

publishing {
afterEvaluate {
publications {
Expand Down
3 changes: 3 additions & 0 deletions depman/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ plugins {
}

allprojects {
apply(plugin = "org.metaborg.gitonium")

version = gitonium.version
group = "org.metaborg"

pluginManager.withPlugin("org.metaborg.convention.maven-publish") {
Expand Down
2 changes: 1 addition & 1 deletion depman/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
# Plugins
kotlin = "1.8.20" # https://kotlinlang.org/
gitonium = "1.6.2" # https://github.com/metaborg/gitonium
gitonium = "1.7.0" # https://github.com/metaborg/gitonium
foojay = "0.8.0" # https://github.com/gradle/foojay-toolchains
metaborg-gradle-config = "0.7.0" # https://github.com/metaborg/gradle.config
devenv-spoofax-gradle = "0.5.9" # https://github.com/metaborg/spoofax.gradle
Expand Down

0 comments on commit f639337

Please sign in to comment.