Skip to content

Commit

Permalink
Workaround for bug in Vanniktech 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrjr committed Nov 1, 2022
1 parent 002a394 commit 1715d58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildSrc/src/main/java/published.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ plugins {

version = project.property("VERSION_NAME") as String

// This should not be necessary, required by a bug introduced with
// Vanniktech 0.22.0
// https://workflow-community.slack.com/archives/GT9FD1XKL/p1667330008947479?thread_ts=1667329022.412179&cid=GT9FD1XKL
project.group = "com.squareup.workflow1"

tasks.register("checkVersionIsSnapshot") {
doLast {
val expected = "-SNAPSHOT"
Expand Down

0 comments on commit 1715d58

Please sign in to comment.