Skip to content

Commit

Permalink
Update to Gitonium 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed May 24, 2024
1 parent e502a1f commit b154d68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plugins {
id("org.metaborg.gradle.config.root-project") version "0.4.8"
id("org.metaborg.gitonium") version "1.1.0"
id("org.metaborg.gitonium") version "1.2.0"
}
2 changes: 1 addition & 1 deletion example/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("org.metaborg.gradle.config.root-project") version "0.4.8"
id("org.metaborg.gitonium") version "1.1.0"
id("org.metaborg.gitonium") version "1.2.0"

// Set versions for plugins to use, only applying them in subprojects (apply false here).
id("org.metaborg.spoofax.gradle.langspec") apply false // No version: use the plugin from the included composite build
Expand Down

0 comments on commit b154d68

Please sign in to comment.