Skip to content

Commit bea5dd9

Browse files
authored
Merge pull request #102 from serjsysoev/update_gradle
Update gradle to 7.6
2 parents 6adb7f3 + 6a7750e commit bea5dd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ distributionBase=GRADLE_USER_HOME
1919
distributionPath=wrapper/dists
2020
zipStoreBase=GRADLE_USER_HOME
2121
zipStorePath=wrapper/dists
22-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-all.zip
22+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip

module-info/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
sourceCompatibility = 1.9
1818

1919
dependencies {
20-
compile project(':java-annotations')
20+
implementation project(':java-annotations')
2121
}
2222

2323
compileJava {

0 commit comments

Comments
 (0)