plugins {
id java
id jacoco
}
version 1.0-SNAPSHOT
sourceCompatibility = 1.11
repositories {
mavenCentral()
}
tasks.withType(JavaCompile) {
options.compilerArgs << ‘-Xlint:unchecked’options.deprecation = true}dependencies {testImplementation group: ‘junit’, name: ‘junit’, version: ‘4.13.2’testImplementation ‘org.hamcrest:hamcrest:2.2’}test {finalizedBy jacocoTestReport}

![[SOLVED] Java compiler junit plugins {](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip.jpg)

![[Solved] Indel](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
Reviews
There are no reviews yet.