File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
language : java
2
2
3
3
jdk :
4
- - openjdk10
4
+ - openjdk17
5
5
6
6
before_install :
7
- - jdk_switcher use openjdk10
8
- - wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
9
- - chmod +x $TRAVIS_BUILD_DIR/install-jdk.sh
10
- - export JAVA_HOME=$HOME/openjdk17
11
- - $TRAVIS_BUILD_DIR/install-jdk.sh -F 17 --target $JAVA_HOME
12
- - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.5.3-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-8.5.3-amd64.deb
7
+ - sudo rm -rf /var/lib/elasticsearch
8
+ - curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.5.3-amd64.deb -o elasticsearch.deb && sudo dpkg -i --force-confnew elasticsearch.deb
13
9
- sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml
14
10
- sudo cat /etc/elasticsearch/elasticsearch.yml
15
11
- sudo java -version
Original file line number Diff line number Diff line change 1
1
script.max_compilations_rate : 100/1m
2
2
path.data : /var/lib/elasticsearch
3
3
path.logs : /var/log/elasticsearch
4
- xpack.security.enabled : false
4
+ xpack.security.enabled : false
5
+ xpack.security.http.ssl.enabled : false
6
+ xpack.security.transport.ssl.enabled : false
You can’t perform that action at this time.
0 commit comments