We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86521c commit 82a196dCopy full SHA for 82a196d
.travis.yml
@@ -27,7 +27,7 @@ deploy:
27
file_glob: true
28
provider: releases
29
api-key: ${KEY}
30
- file: "./build/libs/FoxCore*.jar"
+ file: "./build/libs/foxcore*.jar"
31
skip_cleanup: true
32
on:
33
tags: true
gradle/wrapper/gradle-wrapper.properties
@@ -1,4 +1,4 @@
1
-#Thu Oct 20 00:08:32 PDT 2016
+#Sat Oct 29 19:36:00 PDT 2016
2
distributionBase=GRADLE_USER_HOME
3
distributionPath=wrapper/dists
4
zipStoreBase=GRADLE_USER_HOME
0 commit comments