Skip to content

Commit

Permalink
Apply Gitonium to subprojects
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 17, 2024
1 parent 28b9799 commit da792ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ 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

0 comments on commit da792ac

Please sign in to comment.