Commit Graph

5 Commits

Author SHA1 Message Date
Vincent Brison 1669baa6c2 Setup core snapshot support. 2022-02-16 16:01:33 +00:00
Zorica Stojchevska 72a6bee0a6 Revert "Setup core snapshot support"
This reverts commit 94f2101b
2021-12-24 11:45:53 +01:00
Vincent Brison 94f2101b1d Setup core snapshot support 2021-12-20 07:52:46 +00:00
Tomasz Giszczak 9ef99d3d9d Updated android gradle plugin to v 4.2.1, updated gradle to v6.9, removed some deprecated/redundant parameters. 2021-05-27 06:56:59 +00:00
Davide Farella 1747cf4015 Auto-include Gradle modules and projects
This script will enable us to automatically import Gradle modules and sub-projects ( composite build )
It will inspect the file tree from the root directory, skipping the following directories for avoid to waste resource:
* .git
* .gradle
* .idea
* buildSrc
* config
* build
* src

It will include a project whenever it finds a directory containing `settings.gradle` or `settings.gradle.kts`
It will include a module whenever it finds a directory containing `build.gradle` or `build.gradle.kts`

It will also print:
Projects: ...
Module: ...
On the Gradle sync

Affected: Build projects and modules
2020-08-27 10:45:56 +00:00