浏览代码

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
Josh Cummings 4 年之前
父节点
当前提交
8c8fef0918
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.gradle

+ 1 - 1
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/' }
 	}
 }