Remove unused dependencies in root build.gradle
This commit is contained in:
parent
893f591d11
commit
bb1831b900
1 changed files with 0 additions and 12 deletions
12
build.gradle
12
build.gradle
|
@ -1,17 +1,5 @@
|
||||||
plugins {
|
plugins {
|
||||||
id 'java'
|
id 'java'
|
||||||
id 'io.freefair.lombok' version "${pluginLombok}"
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
|
||||||
// Lombok
|
|
||||||
compileOnly 'org.projectlombok:lombok:' + project.dependencyLombok
|
|
||||||
annotationProcessor 'org.projectlombok:lombok:' + project.dependencyLombok
|
|
||||||
|
|
||||||
// JUnit
|
|
||||||
testImplementation platform('org.junit:junit-bom:5.' + project.dependencyJunit)
|
|
||||||
testImplementation 'org.junit.jupiter:junit-jupiter:5.' + project.dependencyJunit
|
|
||||||
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.' + project.dependencyJunit
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.register('javadocAll', Javadoc) {
|
tasks.register('javadocAll', Javadoc) {
|
||||||
|
|
Loading…
Reference in a new issue