diff --git a/.classpath b/.classpath
index 74026e4dc..4082ac44a 100644
--- a/.classpath
+++ b/.classpath
@@ -126,6 +126,6 @@
-
+
diff --git a/README.md b/README.md
index f5f0e847b..dd8a6b4ca 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# YaCy
[](https://gitter.im/yacy/yacy_search_server?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-[](https://travis-ci.org/yacy/yacy_search_server)
+[](https://travis-ci.com/yacy/yacy_search_server)
[](https://heroku.com/deploy)
diff --git a/build.gradle b/build.gradle
index 84949fdc3..fa3183bac 100644
--- a/build.gradle
+++ b/build.gradle
@@ -82,10 +82,10 @@ tasks.withType(JavaCompile) {
}
dependencies {
- // used by YaCy code
+// used by YaCy code
// implementation project ('libbuild:J7Zip-modified') // support library in libbuild (fyi: downside groovy/gradle use internal *.class instead of *.jar = trouble in task packageDist)
-// implementation 'net.yacy.extlib:J7Zip-modified:1.02' // alternatively support library from mavenLocal() repo (use publishToMavenLocal in subproject first)
- implementation fileTree(dir: 'lib', include: 'J7Zip-modified.jar') // switched back to use local lib/jar for this one library (avoiding sub-project execution w/o need)
+// implementation 'net.yacy.extlib:J7Zip-modified:1.0.2' // alternatively support library from mavenLocal() repo (use publishToMavenLocal in subproject first)
+ implementation fileTree(dir: 'lib', include: 'J7Zip-modified-1.0.2.jar') // switched back to use local lib/jar for this one library (avoiding sub-project execution w/o need)
implementation group: 'org.bouncycastle', name: 'bcmail-jdk15on', version: '1.69'
implementation group: 'org.apache.commons', name: 'commons-compress', version: '1.21'
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.4'
@@ -417,7 +417,7 @@ task distWinInstaller (dependsOn:['copyFilesToDistDir','copyDependenciesForDistr
// runs the support tool which creates gitbuildnumber.properties from info of local git repository
task storeGitComInf(type: JavaExec) {
mustRunAfter(build)
- classpath = files('libbuild/GitComInf-all.jar')
+ classpath = files('libbuild/GitComInf-1.0-all.jar')
args = [project.projectDir.getPath(), project.projectDir.getPath() + "/gitbuildnumber.properties"]
mainClass = 'GitComInf'
}
diff --git a/build.xml b/build.xml
index 560bbb828..f22d91dd6 100644
--- a/build.xml
+++ b/build.xml
@@ -170,7 +170,7 @@
-
+
diff --git a/htroot/IndexBrowser_p.html b/htroot/IndexBrowser_p.html
index 6843dba02..9ccd6baae 100644
--- a/htroot/IndexBrowser_p.html
+++ b/htroot/IndexBrowser_p.html
@@ -170,7 +170,7 @@ var solr= $.getJSON("solr/collection1/select?q=*:*&start=0&rows=0&wt=json&facet=