From 8c8fef09186e671040059ab443a36d17ca450bf3 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Wed, 10 Feb 2021 11:00:39 -0700 Subject: [PATCH] Revert "Use plugins-release" This reverts commit 9a2c184c9f3833781056677d328c7b43d9fbbb64. This caused a problem with the snapshot build, reverting while I find an approach that works for community usage --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 141b6ef4d5..818f6408bb 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" } repositories { - maven { url 'https://repo.spring.io/plugins-release' } + maven { url 'https://repo.spring.io/plugins-snapshot' } maven { url 'https://plugins.gradle.org/m2/' } } }