Skip to content

Commit

Permalink
Add missing work-around comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed Jun 10, 2023
1 parent a8b910d commit dfc6c18
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ plugins {
}

// part of work-around for https://github.com/gradle/gradle/issues/23747
// part of work-around for https://github.com/researchgate/gradle-release/issues/304
apply(plugin = "net.researchgate.release")

extra["release.useAutomaticVersion"] = boolean(project, "release.useAutomaticVersion").getValue()
Expand Down Expand Up @@ -106,6 +107,7 @@ github {
token.set(provider { gitHubToken })
}

// part of work-around for https://github.com/researchgate/gradle-release/issues/304
configure(listOf(tasks.release, tasks.runBuildTasks)) {
configure {
actions.clear()
Expand Down

0 comments on commit dfc6c18

Please sign in to comment.