mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-03 23:11:57 +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 {
|
||||
apply plugin: 'eclipse'
|
||||
configure(subprojects.findAll {it.name != 'modules'}) {
|
||||
apply plugin: 'idea'
|
||||
}
|
||||
|
||||
subprojects {
|
||||
apply plugin: 'eclipse'
|
||||
apply plugin: 'java'
|
||||
|
||||
repositories {
|
||||
|
@ -29,7 +26,7 @@
|
|||
}
|
||||
|
||||
wrapper {
|
||||
distributionType = Wrapper.DistributionType.ALL
|
||||
distributionType = Wrapper.DistributionType.ALL
|
||||
}
|
||||
|
||||
defaultTasks 'build'
|
||||
|
|
Loading…
Reference in a new issue