Skip to content

Commit

Permalink
[build] Don't attach bumpVersionsInReadme to build
Browse files Browse the repository at this point in the history
Not all projects seem to support build.dependsOn bumpVersionsInReadme,
so we'll standardize on explicitly calling the task as part of the
build stage in the releaser script.
  • Loading branch information
simonbasle committed Jan 13, 2020
1 parent d057bbe commit 086132c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gradle/releaser.gradle
Expand Up @@ -77,8 +77,6 @@ task bumpVersionsInReadme(type: Copy, group: "releaser helpers", description: "r
}
}

build.dependsOn bumpVersionsInReadme

String getOrGenerateBuildNumber() {
if (project.hasProperty("buildNumber")) {
return project.findProperty("buildNumber")
Expand Down

0 comments on commit 086132c

Please sign in to comment.