From fa59e5d1b7470745808882d32375fa80c48b73eb Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Sat, 10 Sep 2016 12:57:58 +0200 Subject: [PATCH] Does this still work without the header --- jitpack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jitpack.yml b/jitpack.yml index f60278f..ce3b467 100644 --- a/jitpack.yml +++ b/jitpack.yml @@ -4,7 +4,7 @@ jdk: # - ./prepareEnvironment.sh install: - echo "Downloading Towny JAR..." - - wget -O "Towny.jar" --header 'Accept-Language: en-us;q=0.5' http://palmergames.com/file-repo/Towny%20Advanced/Development/0.91.1.5/Towny.jar + - wget -O "Towny.jar" http://palmergames.com/file-repo/Towny%20Advanced/Development/0.91.1.5/Towny.jar - head Towny.jar - mvn install:install-file -Dfile=Towny.jar -DgroupId=com.palmergames -DartifactId=Towny -Dversion=0.91.1.5 -Dpackaging=jar - mvn clean install -DskipTests