File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 48
48
restore-keys : ${{ runner.os }}-maven
49
49
- name : Test with Sonar
50
50
run : >
51
- ./mvnw -V --no-transfer-progress -e clean verify javadoc:javadoc
52
- org.sonarsource.scanner.maven:sonar-maven-plugin:3.8.0.2131:sonar
51
+ ./mvnw -V --no-transfer-progress -e clean verify javadoc:javadoc sonar:sonar
53
52
-Dsonar.host.url=https://sonarcloud.io
54
53
-Dsonar.organization=assertj
55
54
-Dsonar.projectKey=joel-costigliola_assertj-core
Original file line number Diff line number Diff line change 634
634
</plugins >
635
635
<pluginManagement >
636
636
<plugins >
637
+ <plugin >
638
+ <groupId >org.sonarsource.scanner.maven</groupId >
639
+ <artifactId >sonar-maven-plugin</artifactId >
640
+ <version >3.9.0.2155</version >
641
+ </plugin >
637
642
<plugin >
638
643
<groupId >net.alchim31.maven</groupId >
639
644
<artifactId >yuicompressor-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments