Skip to content

Commit

Permalink
Setting default values
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Jan 12, 2025
1 parent e99586b commit a0d04bd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ dependencies {
}

jacoco {
toolVersion = "0.8.11"
reportsDirectory = layout.buildDirectory.dir('coverage-reports')
toolVersion = "0.8.12"
}

jacocoTestReport {
Expand All @@ -102,13 +101,10 @@ sonar {
property "sonar.projectKey", "josdem_jmetadata"
property "sonar.organization", "josdem-io"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.coverage.jacoco.xmlReportPaths", "${project.layout.buildDirectory}/coverage-reports/test/jacocoTestReport.xml"
property "sonar.coverage.exclusions", "**/laf/**/*,**/gui/**/*,**/dnd/**/*"
}
}

test.dependsOn("spotlessApply")
jacocoTestReport.dependsOn("test")

tasks.register('settingCredentials') {
ant.replace(file: "${targetDir}/Auth.java", token: "LASTFM_API_KEY", value: "${LASTFM_API_KEY}")
Expand Down

0 comments on commit a0d04bd

Please sign in to comment.