File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ dist: focal
3
3
script : " mvn test verify -Dskip.integration.tests=false"
4
4
before_install :
5
5
- sudo apt-get update
6
- - sudo apt-get -y install openjdk-11-jdk
6
+ - sudo apt-get --reinstall - y install openjdk-11-jdk
7
7
- cat /etc/hosts # optionally check the content *before*
8
8
- sudo hostname "$(hostname | cut -c1-63)"
9
9
- sed -e "s/^\\(127\\.0\\.0\\.1.*\\)/\\1 $(hostname | cut -c1-63)/" /etc/hosts | sudo tee /etc/hosts
Original file line number Diff line number Diff line change 91
91
<properties >
92
92
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
93
93
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
94
- <solr .version>8.6.0 </solr .version>
94
+ <solr .version>8.6.1 </solr .version>
95
95
<junit .version>4.12</junit .version>
96
96
<gson .version>2.5</gson .version>
97
97
<mockito .version>1.10.19</mockito .version>
You can’t perform that action at this time.
0 commit comments