Skip to content

Commit 816bb3c

Browse files
authored
Use Groovy syntax instead of Kotlin (#569)
1 parent a61e3ad commit 816bb3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ tasks {
103103
githubToken = githubTokenProvider.get()
104104
newTagRevision = githubShaProvider.get()
105105
repository = mockitoScalaRepository
106-
changelog = generateChangelog.get().outputFile
106+
changelog = generateChangelog.outputFile
107107
}
108108

109109
closeAndReleaseStagingRepositories {
@@ -124,4 +124,4 @@ tasks {
124124
}
125125
}
126126
}
127-
}
127+
}

0 commit comments

Comments
 (0)