mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-26 20:55:41 +01:00
Try newer sonarcloud maven version due to Travis errors
This commit is contained in:
parent
2b2ee7e42c
commit
df8a93e9f1
3
pom.xml
3
pom.xml
@ -99,7 +99,8 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.sonarsource.scanner.maven</groupId>
|
<groupId>org.sonarsource.scanner.maven</groupId>
|
||||||
<artifactId>sonar-maven-plugin</artifactId>
|
<artifactId>sonar-maven-plugin</artifactId>
|
||||||
<version>3.4.1.1168</version>
|
<!-- was <version>3.4.1.1168</version> -->
|
||||||
|
<version>3.6.0.1398</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>verify</phase>
|
<phase>verify</phase>
|
||||||
|
Loading…
Reference in New Issue
Block a user