Mercurial > pub > ImplabJs
comparison settings.gradle @ 34:27e8e9e38e07 default tip
Слияние
author | nickolay |
---|---|
date | Wed, 05 Jun 2019 20:44:15 +0300 |
parents | acdcdf1a8d21 |
children |
comparison
equal
deleted
inserted
replaced
33:8af8e840dd49 | 34:27e8e9e38e07 |
---|---|
1 /* | |
2 * This settings file was generated by the Gradle 'init' task. | |
3 * | |
4 * The settings file is used to specify which projects to include in your build. | |
5 * In a single project build this file can be empty or even removed. | |
6 * | |
7 * Detailed information about configuring a multi-project build in Gradle can be found | |
8 * in the user guide at https://docs.gradle.org/3.5/userguide/multi_project_builds.html | |
9 */ | |
10 | |
11 // To declare projects as part of a multi-project build use the 'include' method | |
12 | |
13 //include 'sub-project-name' | |
14 | |
15 include 'core' | |
16 include 'dom' | |
17 | |
18 rootProject.name = 'implab' |