Skip to content

Commit b287df3

Browse files
committed
I really hate gradle.
1 parent b8a9fcd commit b287df3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/src/main/kotlin/common.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ if (isAndroidLib) {
130130
if (isAndroid) {
131131
val android = extensions.getByType<BaseExtension>()
132132

133-
tasks.create("createGithubRelease") {
133+
tasks.register("createGithubRelease") {
134134
check(workingTreeClean) { "Commit all changes before creating release" }
135135
check(allCommitsPushed) { "Push to remote before creating release" }
136136

0 commit comments

Comments
 (0)