File tree Expand file tree Collapse file tree 4 files changed +5
-10
lines changed Expand file tree Collapse file tree 4 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ plugins {
2
2
id " checkstyle"
3
3
id " jacoco"
4
4
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 "
6
6
}
7
7
apply plugin : " io.freefair.maven-jars"
8
8
apply plugin : " io.freefair.javadoc-links"
9
9
apply plugin : " io.freefair.maven-publish-java"
10
+ apply plugin : " io.freefair.maven-optional"
10
11
11
12
publishing. publications. mavenJava. artifactId = " okhttp-spring-boot-autoconfigure"
12
13
@@ -22,7 +23,7 @@ compileJava.dependsOn(processResources)
22
23
23
24
dependencyManagement {
24
25
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 '
26
27
}
27
28
}
28
29
@@ -31,12 +32,6 @@ targetCompatibility = 1.8
31
32
32
33
jacocoTestReport. reports. xml. enabled = true
33
34
34
- configurations {
35
- optional
36
- compileOnly. extendsFrom(optional)
37
- testCompile. extendsFrom(optional)
38
- }
39
-
40
35
dependencies {
41
36
annotationProcessor ' org.springframework.boot:spring-boot-configuration-processor'
42
37
annotationProcessor ' org.springframework.boot:spring-boot-autoconfigure-processor'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
}
6
6
}
7
7
dependencies {
8
- classpath " io.freefair.gradle:maven-plugin:2.5.11 "
8
+ classpath " io.freefair.gradle:maven-plugin:2.6 "
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments