mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-04 15:31:53 +03:00
[FIX] Теперь в проектах без исходного кода не появляются файлы gradle и
idea.
This commit is contained in:
parent
38bf8cc3fa
commit
42fd2ba95e
1 changed files with 3 additions and 6 deletions
|
@ -1,9 +1,6 @@
|
||||||
allprojects {
|
configure(subprojects.findAll {it.name != 'modules'}) {
|
||||||
apply plugin: 'eclipse'
|
|
||||||
apply plugin: 'idea'
|
apply plugin: 'idea'
|
||||||
}
|
apply plugin: 'eclipse'
|
||||||
|
|
||||||
subprojects {
|
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
@ -29,7 +26,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
wrapper {
|
wrapper {
|
||||||
distributionType = Wrapper.DistributionType.ALL
|
distributionType = Wrapper.DistributionType.ALL
|
||||||
}
|
}
|
||||||
|
|
||||||
defaultTasks 'build'
|
defaultTasks 'build'
|
||||||
|
|
Loading…
Reference in a new issue