From 6b79f9586c34ad21a52eb7f0b90c2f1460a90e41 Mon Sep 17 00:00:00 2001 From: James Daugherty Date: Thu, 19 Dec 2024 15:12:36 -0500 Subject: [PATCH] Allow snapshot publishing --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index efcc1efa0d..0ceb126d95 100644 --- a/gradle.properties +++ b/gradle.properties @@ -28,4 +28,4 @@ org.gradle.daemon=true # Set when we are temporarily releasing, should be false unless we want to prevent # snapshot or documentation publishes. -preventSnapshotPublish=true \ No newline at end of file +preventSnapshotPublish=false \ No newline at end of file