Skip to content

Commit

Permalink
change target branch for release
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Sep 19, 2024
1 parent c342384 commit 05c5e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ nexusPublishing {
// Required signing properties for release: signing.keyId, signing.password and signing.secretKeyRingFile
// (https://docs.gradle.org/current/userguide/signing_plugin.html#sec:signatory_credentials)

release.git.requireBranch.set('master')
release.git.requireBranch.set('dw-4')

// release manages only root project (subprojects will be checked and released implicitly)
afterReleaseBuild {
Expand Down

0 comments on commit 05c5e52

Please sign in to comment.