File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88jobs :
99 build :
10- uses : Jikoo/PlanarActions/.github/workflows/ci_gradle_sonar .yml@master
11- secrets :
12- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
10+ uses : Jikoo/PlanarActions/.github/workflows/ci_gradle .yml@master
11+ with :
12+ include-artifacts : " ./enchanting-bundler/build/libs/*.jar "
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
55plugins {
66 `java- library`
77 jacoco
8- alias(libs.plugins.org.sonarqube)
98}
109
1110repositories {
@@ -84,14 +83,3 @@ tasks.jacocoTestReport {
8483// executionData.setFrom(subprojects.jacocoTestReport.executionData)
8584// executionData.setFrom(files(subprojects.map { executionData }))
8685}
87-
88- sonar {
89- properties {
90- property(" sonar.projectKey" , " Jikoo_PlanarEnchanting" )
91- property(" sonar.organization" , " jikoo" )
92- property(" sonar.host.url" , " https://sonarcloud.io" )
93- property(" sonar.language" , " java" )
94- property(" sonar.java.coveragePlugin" , " jacoco" )
95- property(" sonar.coverage.jacoco.xmlReportPaths" , " build/reports/jacoco/test/jacocoTestReport.xml" )
96- }
97- }
You can’t perform that action at this time.
0 commit comments