Skip to content

Commit 17525e6

Browse files
committed
Include gradle-wrapper binary
1 parent f85ff7b commit 17525e6

File tree

5 files changed

+18
-270
lines changed

5 files changed

+18
-270
lines changed

.gitignore

+13-14
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
*~
2-
target
3-
.classpath
4-
.project
5-
.settings
6-
.metadata
7-
.gradle
8-
.idea
9-
.allure
10-
*.iml
11-
build
12-
gradle
13-
allure-results
14-
bin
1+
*~
2+
target
3+
.classpath
4+
.project
5+
.settings
6+
.metadata
7+
.gradle
8+
.idea
9+
.allure
10+
*.iml
11+
build
12+
allure-results
13+
bin

gradle/wrapper/gradle-wrapper.jar

53.1 KB
Binary file not shown.
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
distributionBase=GRADLE_USER_HOME
2+
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-bin.zip
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists

junit5-allure/gradlew

-172
This file was deleted.

junit5-allure/gradlew.bat

-84
This file was deleted.

0 commit comments

Comments
 (0)