Skip to content

Commit

Permalink
Spring Boot 1.5.6 to 1.5.7
Browse files Browse the repository at this point in the history
Gradle 4.0.2 to 4.1
  • Loading branch information
jkazama committed Sep 13, 2017
1 parent 4d8296c commit a8c3175
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ buildscript {
jcenter()
}
dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:1.5.6.RELEASE"
classpath "org.springframework.boot:spring-boot-gradle-plugin:1.5.7.RELEASE"
}
}

apply plugin: "java"
apply plugin: "org.springframework.boot"
apply plugin: "eclipse"

version = "1.5.5"
version = "1.5.6"

sourceCompatibility = '1.7'
targetCompatibility = '1.7'
Expand Down Expand Up @@ -54,5 +54,5 @@ dependencies {
}

task wrapper(type: Wrapper) {
gradleVersion = "4.0.2"
gradleVersion = "4.1"
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Jul 27 12:22:06 JST 2017
#Wed Sep 13 13:25:42 JST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-bin.zip
6 changes: 3 additions & 3 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum"

warn ( ) {
warn () {
echo "$*"
}

die ( ) {
die () {
echo
echo "$*"
echo
Expand Down Expand Up @@ -155,7 +155,7 @@ if $cygwin ; then
fi

# Escape application args
save ( ) {
save () {
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
echo " "
}
Expand Down

0 comments on commit a8c3175

Please sign in to comment.