Skip to content

Commit

Permalink
Configure gitonium earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 16, 2024
1 parent e78ac48 commit 465f0ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ plugins {
`maven-publish`
}

gitonium {
mainBranch.set("master")
}

group = "org.metaborg"
description = "A Git-based versioning plugin for Gradle."

Expand All @@ -35,10 +39,6 @@ gradlePlugin {
}
}

gitonium {
mainBranch.set("master")
}

mavenPublishConvention {
repoOwner.set("metaborg")
repoName.set("gitonium")
Expand Down

0 comments on commit 465f0ad

Please sign in to comment.