mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-05 16:49:04 +00:00
Fix inclusion of ktlint for check tasks
This commit is contained in:
+8
-12
@@ -1,14 +1,10 @@
|
||||
gradle.projectsEvaluated {
|
||||
configure(subprojects.findAll { it.pluginManager.hasPlugin('kotlin') }) {
|
||||
apply plugin: 'org.jmailen.kotlinter'
|
||||
apply plugin: 'org.jmailen.kotlinter'
|
||||
|
||||
kotlinter {
|
||||
ignoreFailures = true
|
||||
indentSize = 4
|
||||
continuationIndentSize = 4
|
||||
reporters = ['checkstyle', 'plain']
|
||||
}
|
||||
|
||||
kotlin { experimental { coroutines 'enable' } }
|
||||
}
|
||||
kotlinter {
|
||||
ignoreFailures = true
|
||||
indentSize = 4
|
||||
continuationIndentSize = 4
|
||||
reporters = ['checkstyle', 'plain']
|
||||
}
|
||||
|
||||
kotlin { experimental { coroutines 'enable' } }
|
||||
|
||||
Reference in New Issue
Block a user