build.gradle 편집
This commit is contained in:
@@ -5,7 +5,6 @@ plugins {
|
||||
id 'idea'
|
||||
id 'war'
|
||||
id 'com.diffplug.eclipse.apt' version '3.41.1'
|
||||
id 'project-report'
|
||||
}
|
||||
|
||||
group 'com.eactive'
|
||||
@@ -263,11 +262,3 @@ eclipse {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
tasks.withType(Checkstyle) {
|
||||
reports {
|
||||
xml.required = false
|
||||
html.required = true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user