Skip to content

Commit

Permalink
Allow snapshots for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Nov 4, 2022
1 parent a989407 commit 1eb778b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,9 @@ tasks.coveralls {

scmVersion {
checks {
// Can be useful to uncomment these two if testing locally
// snapshotDependencies.set(false)
// Allow project to rely on Creek snapshots for now:
snapshotDependencies.set(false)
// Can be useful to uncomment the following
// uncommittedChanges.set(false)
}
}
Expand Down

0 comments on commit 1eb778b

Please sign in to comment.