From 575e0c5f24f9e83af5bc9193f99017658493caf1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 10 Jan 2020 14:18:02 +0000 Subject: [PATCH] Publish BUILD-SNAPSHOT artifacts with Gradle See gh-19608 See gh-19609 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4a80e96640c..8ebf3bb43c9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=2.3.0.GRADLE-SNAPSHOT +version=2.3.0.BUILD-SNAPSHOT org.gradle.caching=true org.gradle.parallel=true