Skip to content

Commit 331f534

Browse files
fix: update build.gradle
1 parent 92acee4 commit 331f534

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version '1.0'
44
apply plugin: 'java'
55
apply plugin: 'jacoco'
66

7-
sourceCompatibility = 18
8-
targetCompatibility = 18
7+
sourceCompatibility = 20
8+
targetCompatibility = 20
99

1010
repositories {
1111
mavenCentral()
@@ -17,8 +17,8 @@ dependencies {
1717

1818
jacocoTestReport {
1919
reports {
20-
xml.enabled true
21-
html.enabled false
20+
xml.required true
21+
html.required false
2222
}
2323
}
2424

0 commit comments

Comments
 (0)