Skip to content

Commit

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

group = "org.metaborg"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import org.gradle.kotlin.dsl.maven
import org.slf4j.Logger
import org.slf4j.LoggerFactory

private val LOG: Logger = LoggerFactory.getLogger("FooPlugin")
private val LOG: Logger = LoggerFactory.getLogger(SettingsConventionPlugin::class.java)

/**
* Configures a Gradle build.
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.5.3" # https://github.com/metaborg/gitonium
gitonium = "1.5.4" # 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 c7ffc88

Please sign in to comment.