Skip to content

Commit

Permalink
Update gradle to 7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
serjsysoev committed Apr 25, 2024
1 parent 6adb7f3 commit 6a7750e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
2 changes: 1 addition & 1 deletion module-info/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
sourceCompatibility = 1.9

dependencies {
compile project(':java-annotations')
implementation project(':java-annotations')
}

compileJava {
Expand Down

0 comments on commit 6a7750e

Please sign in to comment.