We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b910d commit dfc6c18Copy full SHA for dfc6c18
gradle/build-logic/src/main/kotlin/net/kautler/publishing.gradle.kts
@@ -53,6 +53,7 @@ plugins {
53
}
54
55
// 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
57
apply(plugin = "net.researchgate.release")
58
59
extra["release.useAutomaticVersion"] = boolean(project, "release.useAutomaticVersion").getValue()
@@ -106,6 +107,7 @@ github {
106
107
token.set(provider { gitHubToken })
108
109
110
111
configure(listOf(tasks.release, tasks.runBuildTasks)) {
112
configure {
113
actions.clear()
0 commit comments