Skip to content

Commit

Permalink
Явно указана версия java для SonarCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
DoublesunRUS committed Jul 15, 2020
1 parent 5b9e4a5 commit c46d1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
- PLUGIN_VERSION="0.14.2"

script:
- mvn clean test verify sonar:sonar -f build/pom.xml -s build/settings.xml -Dsonar.projectKey=$SONAR_PROJECT_KEY
- mvn clean test verify sonar:sonar -f build/pom.xml -s build/settings.xml -Dsonar.java.source=11 -Dsonar.projectKey=$SONAR_PROJECT_KEY

cache:
directories:
Expand Down

0 comments on commit c46d1d8

Please sign in to comment.