Skip to content

Commit

Permalink
fix(main/{plantuml,procyon-decompiler}): Update gradle versions to 8.…
Browse files Browse the repository at this point in the history
…10.2

Fixes gradle hanging under certain conditions in the two remaining packages where the issue could be reproduced. See:

- #21130 (comment)
- gradle/gradle#14961
- a7627ac

[no ci]
  • Loading branch information
robertkirkman authored and twaik committed Oct 22, 2024
1 parent 8673919 commit 0044c05
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
File renamed without changes.
9 changes: 9 additions & 0 deletions packages/plantuml/0002-gradle-8.10.2.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
File renamed without changes.
9 changes: 9 additions & 0 deletions packages/procyon-decompiler/0003-gradle-8.10.2.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 0044c05

Please sign in to comment.