Skip to content

Commit

Permalink
Added gradle-wrapper.jar to be included in git repository
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasJohansson committed Oct 31, 2018
1 parent 1b1e555 commit d807ae6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Expand Up @@ -79,4 +79,8 @@ hs_err_pid*
# .../data_files/EPSG_v9_3/EPSG_v9_3.mdb
# However, currently MariaDB (MySQL) SQL insert statements files are used instead of MS Access MDB files
# and those files can be put in the "data_files" driectory to avoid them to be saved in GIT
data_files/
data_files/

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle/wrapper/gradle-wrapper.jar
# "Adding the JAR file to version control is expected." https://docs.gradle.org/current/userguide/gradle_wrapper.html
Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.

0 comments on commit d807ae6

Please sign in to comment.