Gradle: Use plugins DSL where possible

This commit is contained in:
str4d
2019-02-17 01:27:05 +00:00
parent 1ae987927b
commit 56c1739d54
10 changed files with 32 additions and 12 deletions

View File

@@ -1,4 +1,6 @@
apply plugin: 'idea'
plugins {
id 'idea'
}
// Exclude apps/ dir itself, but include its subdirs
def javaProjects = subprojects - project(':apps')