Browse Source

Use plugins-snapshot

Rob Winch 8 năm trước cách đây
mục cha
commit
a38352c4cc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'