We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92acee4 commit 331f534Copy full SHA for 331f534
build.gradle
@@ -4,8 +4,8 @@ version '1.0'
4
apply plugin: 'java'
5
apply plugin: 'jacoco'
6
7
-sourceCompatibility = 18
8
-targetCompatibility = 18
+sourceCompatibility = 20
+targetCompatibility = 20
9
10
repositories {
11
mavenCentral()
@@ -17,8 +17,8 @@ dependencies {
17
18
jacocoTestReport {
19
reports {
20
- xml.enabled true
21
- html.enabled false
+ xml.required true
+ html.required false
22
}
23
24
0 commit comments