Skip to content

Commit

Permalink
Update Gradle to 8.12
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta committed Dec 19, 2024
1 parent e6d71d2 commit a6330e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ public Destination getDestination() {
public String getMessage() {
return message;
}

public long getLogTime() {
return System.currentTimeMillis();
}
});
}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-rc-2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionSha256Sum=89d4e70e4e84e2d2dfbb63e4daa53e21b25017cc70c37e4eea31ee51fb15098a
distributionSha256Sum=eabfa65edd103c65dcfb2c169494303d1b5e735d6bc3d2e303517d994851c3b2

0 comments on commit a6330e2

Please sign in to comment.