Skip to content

Commit c46d1d8

Browse files
committed
Явно указана версия java для SonarCloud
1 parent 5b9e4a5 commit c46d1d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
- PLUGIN_VERSION="0.14.2"
1616

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

2020
cache:
2121
directories:

0 commit comments

Comments
 (0)