Skip to content

Commit 7fdf8a5

Browse files
committed
gradle wrapper
1 parent 0fa1942 commit 7fdf8a5

File tree

3 files changed

+2
-20
lines changed

3 files changed

+2
-20
lines changed

.gitignore

+1-17
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,9 @@
1-
*.class
2-
3-
# Mobile Tools for Java (J2ME)
4-
.mtj.tmp/
5-
6-
# Package Files #
7-
*.jar
8-
*.war
9-
*.ear
10-
111
# target directory
122
target/
133

14-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
15-
hs_err_pid*
4+
.gradle
165

17-
# IntelliJ IDEA
186
.idea/
19-
*.iml
20-
.vscode/
21-
# Ignore Gradle project-specific cache directory
22-
.gradle
237

248
# Ignore Gradle build output directory
259
build

gradle/wrapper/gradle-wrapper.jar

57.8 KB
Binary file not shown.
+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
4-
networkTimeout=10000
5-
validateDistributionUrl=true
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
64
zipStoreBase=GRADLE_USER_HOME
75
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)