Skip to content

Commit c20bac4

Browse files
committed
chore: updates gradle runtime
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 450c743 commit c20bac4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

lesson_15/tdd/tdd_app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tasks.named<Test>("test") {
4242
finalizedBy(tasks.jacocoTestReport)
4343
}
4444

45-
tasks.register<JacocoReport>("myJacocoTestReport") {
45+
tasks.jacocoTestReport {
4646
dependsOn(tasks.test)
4747
reports {
4848
xml.required = true

0 commit comments

Comments
 (0)