diff --git a/.travis.yml b/.travis.yml index 0f31bd88..a0e599da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ addons: jdk: + - openjdk8 - openjdk11 env: @@ -51,6 +52,8 @@ cache: directories: - '$HOME/.m2/repository' - '$HOME/.sonar/cache' + - 'node' + - 'node_modules' notifications: email: false @@ -65,3 +68,5 @@ deploy: on: branch: master condition: $sonarqube = none + tags: true + jdk: 'openjdk11' diff --git a/README.md b/README.md index 52b884dd..d579b4d5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This tool can be used in standalone as a JAR executable (with the command line) #### Installation ##### Standalone mode -**cnesreport** does not need any installation. It is a portable Java application you can copy and run according to following examples. The only requirement is an **up-to-date JRE (>=1.11)**. +**cnesreport** does not need any installation. It is a portable Java application you can copy and run according to following examples. The only requirement is an **up-to-date JRE (>=1.8)**. ##### Plugin mode (Since 2.2.0) - Copy the sonar-cnes-report.jar in the plugin folder of sonarqube (On linux path should be like `/opt/sonarqube/plugins`) @@ -119,7 +119,7 @@ For legacy versions, check the wiki page here : [Note on legacy versions](https: