Closed nmiyake closed 8 years ago
Project doesn't include gradle/wrapper/gradle-wrapper.jar, and .gitignore is configured such that it's ignored (even though an exclusion is listed, it comes before the *.jar rule, so it's effectively a no-op)
gradle/wrapper/gradle-wrapper.jar
.gitignore
*.jar
Cool thanks for fixing. For reference, that was just copypasted from gitignore.io . This repo isn't really exactly complete either :/
Project doesn't include
gradle/wrapper/gradle-wrapper.jar
, and.gitignore
is configured such that it's ignored (even though an exclusion is listed, it comes before the*.jar
rule, so it's effectively a no-op)