File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,8 @@ Gemfile.lock
33.bundle
44vendor
55derby.log
6+ build
7+ .ci /
8+ checkpoint.sha
9+ .gradle
10+ .idea
Original file line number Diff line number Diff line change 1- org.gradle.daemon =false
1+ org.gradle.daemon =false
2+
3+ # Configure Ant to WARN (instead of error) when SecurityManager is not available
4+ systemProp.ant.securitymanager.usage.warn =true
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments