瀏覽代碼

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")
     }
 }