Skip to content

Commit

Permalink
use v0 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tonisives committed Aug 25, 2023
1 parent a99e6db commit 79a34d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hmkit-fleet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ test {
finalizedBy jacocoTestReport
}

release {
git {
requireBranch.set("v0")
}
}

// publish settings
apply from: "../gradle/deploy-ossrh.gradle"
apply from: "https://raw.githubusercontent.com/tonisives/tools/master/scripts/jupiter-test-shell-logging.gradle"
Expand Down

0 comments on commit 79a34d4

Please sign in to comment.