From 9a2c184c9f3833781056677d328c7b43d9fbbb64 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Wed, 10 Feb 2021 09:45:57 -0700 Subject: [PATCH] Use plugins-release --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 818f6408bb..141b6ef4d5 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-snapshot' } + maven { url 'https://repo.spring.io/plugins-release' } maven { url 'https://plugins.gradle.org/m2/' } } }