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 b3e43f0 commit de4732e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ plugins {
}

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

pluginManager.withPlugin("org.metaborg.convention.maven-publish") {
extensions.configure(MavenPublishConventionExtension::class.java) {
repoOwner.set("metaborg")
Expand Down
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.0.13"
id("org.metaborg.convention.settings") version "0.6.12"
}

include(":resource.api")
Expand Down

0 comments on commit de4732e

Please sign in to comment.