Skip to content

Commit

Permalink
Adding wrapper jar
Browse files Browse the repository at this point in the history
  • Loading branch information
kokorins committed Apr 10, 2021
1 parent 9b2806c commit 7fe0deb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*.log

# Package Files #
*.jar
*.war
*.nar
*.ear
Expand All @@ -15,5 +14,4 @@

.gradle/
.idea/
gradle/
build/
Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 5 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 7fe0deb

Please sign in to comment.