Skip to content

Commit

Permalink
Upgrade gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalinaspolo committed Apr 26, 2024
1 parent 0a2ef11 commit bff065a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Expand Up @@ -31,12 +31,12 @@ subprojects {
withSourcesJar()
}

jacocoTestReport {
reports {
xml.enabled true
html.enabled true
}
}
// tasks.jacocoTestReport {
// reports {
// xml.enabled = true
// html.enabled = true
// }
// }

def pomConfig = {
name project.name
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit bff065a

Please sign in to comment.