File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ version '0.1.1'
8
8
apply plugin : ' java'
9
9
apply plugin : ' application'
10
10
11
- sourceCompatibility = 1.8
11
+ sourceCompatibility = 1.11
12
+ targetCompatibility = 1.11
12
13
13
14
mainClassName = ' io.squark.swaggercombine.SwaggerCombine'
14
15
@@ -55,7 +56,7 @@ repositories {
55
56
}
56
57
57
58
dependencies {
58
- compile group : ' io.swagger' , name : ' swagger-parser' , version : ' 1.0.25'
59
- compile group : ' io.swagger' , name : ' swagger-core' , version : ' 1.5.12'
60
- testCompile group : ' junit' , name : ' junit' , version : ' 4.11'
59
+ implementation group : ' io.swagger' , name : ' swagger-parser' , version : ' 1.0.25'
60
+ implementation group : ' io.swagger' , name : ' swagger-core' , version : ' 1.5.12'
61
+ testImplementation group : ' junit' , name : ' junit' , version : ' 4.11'
61
62
}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-3.1 -bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -bin.zip
You can’t perform that action at this time.
0 commit comments