travis-ci test: correct the sonarqube version for the last time, I think

This commit is contained in:
idk
2020-12-31 15:38:24 -05:00
parent 68f011f344
commit bbacf85245

View File

@@ -11,7 +11,7 @@ matrix:
sonarcloud:
organization: "i2p"
before_install:
- sed -i "1iplugins {\n id 'org.sonarqube' version '2.8.0'\n}\n" build.gradle
- sed -i "1iplugins {\n id 'org.sonarqube' version '3.0'\n}\n" build.gradle
- jdk: openjdk8
before_cache: