mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 16:51:37 +00:00
Re-add gradle.properties file
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
plugins {
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.3.41' apply(false)
|
||||
id 'org.jetbrains.intellij' version '0.4.9' apply(false)
|
||||
id 'org.jmailen.kotlinter' version '1.26.0' apply(false)
|
||||
id 'org.sonarqube' version '2.7.1'
|
||||
id "io.gitlab.arturbosch.detekt" version '1.0.0-RC16'
|
||||
}
|
||||
@@ -17,7 +16,6 @@ allprojects {
|
||||
}
|
||||
}
|
||||
|
||||
apply from: 'gradle/properties.gradle'
|
||||
apply from: 'gradle/code-quality.gradle'
|
||||
apply from: 'gradle/testing.gradle'
|
||||
apply from: 'gradle/wrapper.gradle'
|
||||
|
||||
Reference in New Issue
Block a user