Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #127 from FlorianLautenschlager/master
Browse files Browse the repository at this point in the history
Fixed build
  • Loading branch information
Florian Lautenschlager committed Apr 5, 2017
2 parents e276edf + d4e26a1 commit 5b6f937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/intTest.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def solrVersion = "6.4.2"
//"http://archive.apache.org/dist/lucene/solr/${solrVersion}/solr-${solrVersion}.zip"
task downloadZipFile(type: Download) {
onlyIfNewer true
src "http://www-eu.apache.org/dist/lucene/solr/${solrVersion}/solr-${solrVersion}.zip"
src "http://archive.apache.org/dist/lucene/solr/${solrVersion}/solr-${solrVersion}.zip"
dest new File(buildDir, "solr-${solrVersion}.zip")
}

Expand Down

0 comments on commit 5b6f937

Please sign in to comment.