浏览代码

Use plugins-snapshot

Rob Winch 8 年之前
父节点
当前提交
a38352c4cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -5,7 +5,7 @@ buildscript {
 	}
 	repositories {
 		maven { url 'https://repo.spring.io/libs-snapshot' }
-		maven { url 'https://repo.spring.io/plugins-release' }
+		maven { url 'https://repo.spring.io/plugins-snapshot' }
 	}
 }
 apply plugin: 'io.spring.convention.root'