Преглед изворни кода

Update to spring-build-conventions 0.0.2.BUILD-SNAPSHOT

Rob Winch пре 8 година
родитељ
комит
32751a2ce7
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -1,10 +1,10 @@
 buildscript {
 	dependencies {
-		classpath 'io.spring.gradle:spring-build-conventions:0.0.1.RELEASE'
+		classpath 'io.spring.gradle:spring-build-conventions:0.0.2.BUILD-SNAPSHOT'
 		classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
 	}
 	repositories {
-		maven { url 'https://repo.spring.io/plugins-release' }
+		maven { url 'https://repo.spring.io/plugins-snapshot' }
 	}
 }
 apply plugin: 'io.spring.convention.root'