diff --git a/samples/helloworld/build.gradle b/samples/helloworld/build.gradle index 199494edd..7c37f2773 100644 --- a/samples/helloworld/build.gradle +++ b/samples/helloworld/build.gradle @@ -6,6 +6,7 @@ apply plugin: 'application' repositories { maven { url "http://repo.springsource.org/libs-release" } + mavenLocal() } dependencies { diff --git a/samples/helloworld/gradle.properties b/samples/helloworld/gradle.properties index 7839e0dff..02cfd69bf 100644 --- a/samples/helloworld/gradle.properties +++ b/samples/helloworld/gradle.properties @@ -1,4 +1,4 @@ -springShellVersion = 1.0.0.RELEASE +springShellVersion = 1.0.1.BUILD-SNAPSHOT log4jVersion = 1.2.17 version = 1.0.0.RELEASE