Skip to content

Commit dfc6c18

Browse files
committed
Add missing work-around comments
1 parent a8b910d commit dfc6c18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle/build-logic/src/main/kotlin/net/kautler/publishing.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ plugins {
5353
}
5454

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

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

110+
// part of work-around for https://github.com/researchgate/gradle-release/issues/304
109111
configure(listOf(tasks.release, tasks.runBuildTasks)) {
110112
configure {
111113
actions.clear()

0 commit comments

Comments
 (0)