mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 08:39:17 +00:00
Remove apollo-plugin Gradle plugin
Replaces the old Gradle plugin with plain Gradle buildscripts. Also cleans-up the current Gradle extensions and re-adds detekt, along with JUnit 5 support to all modules.
This commit is contained in:
+3
-1
@@ -3,6 +3,7 @@ plugins {
|
||||
id 'org.jetbrains.intellij' version '0.3.6' apply(false)
|
||||
id 'org.jmailen.kotlinter' version '1.16.0' apply(false)
|
||||
id 'org.sonarqube' version '2.6.2'
|
||||
id "io.gitlab.arturbosch.detekt" version "1.0.0.RC8"
|
||||
}
|
||||
|
||||
allprojects {
|
||||
@@ -17,5 +18,6 @@ allprojects {
|
||||
}
|
||||
|
||||
apply from: 'gradle/properties.gradle'
|
||||
apply from: 'gradle/quality-gate.gradle'
|
||||
apply from: 'gradle/code-quality.gradle'
|
||||
apply from: 'gradle/testing.gradle'
|
||||
apply from: 'gradle/wrapper.gradle'
|
||||
Reference in New Issue
Block a user