mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
Remove Detekt configuration
This commit is contained in:
@@ -1,20 +1,6 @@
|
||||
plugins {
|
||||
id "io.gitlab.arturbosch.detekt" version "1.0.0.RC8" apply(false)
|
||||
}
|
||||
|
||||
def detektConfig = "${project.projectDir}/detekt.yml"
|
||||
|
||||
subprojects { subproj ->
|
||||
if (subproj.buildFile.exists()) {
|
||||
apply plugin: 'apollo-plugin'
|
||||
apply plugin: 'io.gitlab.arturbosch.detekt'
|
||||
|
||||
detekt {
|
||||
profile("main") {
|
||||
input = "${subproj.projectDir}/src"
|
||||
config = detektConfig
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation group: 'com.google.guava', name: 'guava', version: guavaVersion
|
||||
|
||||
Reference in New Issue
Block a user