Skip to content

Commit 6f1aacb

Browse files
committed
Upgrade to Gradle 7.6
Closes gh-353
1 parent d2c06bf commit 6f1aacb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: spring-javaformat-gradle/spring-javaformat-gradle-plugin/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ repositories {
88
}
99

1010
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')
1414
}
1515

1616
jar {
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-6.7.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

Diff for: spring-javaformat-gradle/spring-javaformat-gradle-plugin/gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env sh
22

33
#
4-
# Copyright 2015-2020 the original author or authors.
4+
# Copyright 2015 the original author or authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: spring-javaformat-gradle/spring-javaformat-gradle-plugin/gradlew.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@rem
2-
@rem Copyright 2015-2020 the original author or authors.
2+
@rem Copyright 2015 the original author or authors.
33
@rem
44
@rem Licensed under the Apache License, Version 2.0 (the "License");
55
@rem you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)