Skip to content

Commit

Permalink
Bump networkTimeout to 10000 and update Actions to use default gradle…
Browse files Browse the repository at this point in the history
…-wrapper.properties file
  • Loading branch information
lmarchione-r7 authored and ForestEckhardt committed Oct 26, 2023
1 parent bfbf6bb commit ef87915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('java/gradle/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle
# simulate the bindings
- run: cp bindings/gradle-wrapper/gradle-wrapper.properties gradle/wrapper/gradle-wrapper.properties && ./gradlew build
- run: ./gradlew build
working-directory: java/gradle
2 changes: 1 addition & 1 deletion java/gradle/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
networkTimeout=1
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit ef87915

Please sign in to comment.