From 1eb778b0c88d82774d130444096f8ae3ecbff435 Mon Sep 17 00:00:00 2001 From: Big Andy <8012398+big-andy-coates@users.noreply.github.com> Date: Fri, 4 Nov 2022 11:06:58 +0000 Subject: [PATCH] Allow snapshots for testing --- build.gradle.kts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 725865b..570489a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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) } }