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 a61e3ad commit 816bb3cCopy full SHA for 816bb3c
build.gradle
@@ -103,7 +103,7 @@ tasks {
103
githubToken = githubTokenProvider.get()
104
newTagRevision = githubShaProvider.get()
105
repository = mockitoScalaRepository
106
- changelog = generateChangelog.get().outputFile
+ changelog = generateChangelog.outputFile
107
}
108
109
closeAndReleaseStagingRepositories {
@@ -124,4 +124,4 @@ tasks {
124
125
126
127
-}
+}
0 commit comments