Skip to content

Commit

Permalink
Merge pull request #13 from jkazama/1.4.x
Browse files Browse the repository at this point in the history
v1.4.3
  • Loading branch information
jkazama authored Nov 9, 2016
2 parents f62c817 + d3ea4a1 commit 7378705
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 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.4.1.RELEASE"
classpath "org.springframework.boot:spring-boot-gradle-plugin:1.4.2.RELEASE"
}
}

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

version = "1.4.2"
version = "1.4.3"

sourceCompatibility = '1.7'
targetCompatibility = '1.7'
Expand Down Expand Up @@ -43,7 +43,7 @@ eclipseJdt << {
}

dependencies {
compileOnly "org.projectlombok:lombok:1.16.8"
compileOnly "org.projectlombok:lombok:1.16.10"
compile "org.springframework.boot:spring-boot-starter-web"
compile "org.springframework.boot:spring-boot-starter-data-jpa"
compile "org.springframework.boot:spring-boot-starter-aop"
Expand All @@ -53,5 +53,5 @@ dependencies {
}

task wrapper(type: Wrapper) {
gradleVersion = "3.0"
gradleVersion = "3.1"
}
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
org.gradle.jvmargs=-Dfile.encoding=UTF-8
org.gradle.daemon=false
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-bin.zip

0 comments on commit 7378705

Please sign in to comment.