File tree 4 files changed +6
-6
lines changed
spring-javaformat-gradle/spring-javaformat-gradle-plugin
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ repositories {
8
8
}
9
9
10
10
dependencies {
11
- compile fileTree(dir : ' target/dependencies/compile' , include : ' *.jar' )
12
- testCompile gradleTestKit()
13
- testCompile fileTree(dir : ' target/dependencies/test' , include : ' *.jar' )
11
+ implementation fileTree(dir : ' target/dependencies/compile' , include : ' *.jar' )
12
+ testImplementation gradleTestKit()
13
+ testImplementation fileTree(dir : ' target/dependencies/test' , include : ' *.jar' )
14
14
}
15
15
16
16
jar {
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-6.7.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env sh
2
2
3
3
#
4
- # Copyright 2015-2020 the original author or authors.
4
+ # Copyright 2015 the original author or authors.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
@ rem
2
- @ rem Copyright 2015-2020 the original author or authors.
2
+ @ rem Copyright 2015 the original author or authors.
3
3
@ rem
4
4
@ rem Licensed under the Apache License, Version 2.0 (the "License");
5
5
@ rem you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments