Skip to content

Commit

Permalink
Configure Gitonium correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 16, 2024
1 parent 84a7201 commit 88fb12c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,7 @@ plugins {
`maven-publish`
}


gitonium {
mainBranch.set("master")
setVersion = false
setSubprojectVersions = false
}

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

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

gitonium {
mainBranch.set("master")
}

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

0 comments on commit 88fb12c

Please sign in to comment.