Skip to content

Commit 5a93e13

Browse files
committed
Update Spring Boot and Gradle
1 parent 0527a3b commit 5a93e13

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

autoconfigure/build.gradle

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ plugins {
22
id "checkstyle"
33
id "jacoco"
44
id "io.spring.dependency-management" version "1.0.5.RELEASE"
5-
id "io.freefair.lombok" version "2.5.11"
5+
id "io.freefair.lombok" version "2.6"
66
}
77
apply plugin: "io.freefair.maven-jars"
88
apply plugin: "io.freefair.javadoc-links"
99
apply plugin: "io.freefair.maven-publish-java"
10+
apply plugin: "io.freefair.maven-optional"
1011

1112
publishing.publications.mavenJava.artifactId = "okhttp-spring-boot-autoconfigure"
1213

@@ -22,7 +23,7 @@ compileJava.dependsOn(processResources)
2223

2324
dependencyManagement {
2425
imports {
25-
mavenBom 'org.springframework.boot:spring-boot-dependencies:2.1.0.M1'
26+
mavenBom 'org.springframework.boot:spring-boot-dependencies:2.1.0.M3'
2627
}
2728
}
2829

@@ -31,12 +32,6 @@ targetCompatibility = 1.8
3132

3233
jacocoTestReport.reports.xml.enabled = true
3334

34-
configurations {
35-
optional
36-
compileOnly.extendsFrom(optional)
37-
testCompile.extendsFrom(optional)
38-
}
39-
4035
dependencies {
4136
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
4237
annotationProcessor 'org.springframework.boot:spring-boot-autoconfigure-processor'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66
}
77
dependencies {
8-
classpath "io.freefair.gradle:maven-plugin:2.5.11"
8+
classpath "io.freefair.gradle:maven-plugin:2.6"
99
}
1010
}
1111

gradle/wrapper/gradle-wrapper.jar

1.72 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)