Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Nov 3, 2022
1 parent d990887 commit ac49b6b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -200,14 +200,10 @@ tasks.coveralls {

scmVersion {
checks {
// Required until https://github.com/allegro/axion-release-plugin/issues/549 fixed
// As there is a circular test-only dependency between creek-base and creek-test:
// Todo: while testing need these two:
snapshotDependencies.set(false)
uncommittedChanges.set(false)
// Can be useful to uncomment these two if testing locally
// snapshotDependencies.set(false)
// uncommittedChanges.set(false)
}
}

defaultTasks("format", "static", "check")

// Todo: drop github packages use?

0 comments on commit ac49b6b

Please sign in to comment.