소스 검색

Upgrade to Spring Boot 1.0.0.RC1 and other dependencies

Greg Turnquist 11 년 전
부모
커밋
55247800b9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      complete/build.gradle

+ 1 - 1
complete/build.gradle

@@ -4,7 +4,7 @@ buildscript {
         mavenLocal()
     }
     dependencies {
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M6")
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC1")
     }
 }