diff options
author | Adrien Hopkins <ahopk127@my.yorku.ca> | 2021-03-27 18:10:56 -0500 |
---|---|---|
committer | Adrien Hopkins <ahopk127@my.yorku.ca> | 2021-03-27 18:10:56 -0500 |
commit | 782cf0c76e09abab1c2e11288d610330f383e732 (patch) | |
tree | f8cd3fa0dc799349a2b4746f5d31da89190b66ff /settings.gradle | |
parent | fe4135a68cfed92ef336eec663e9c42c2c97dcbc (diff) | |
parent | 0f9a56ac310a1276dbf3b42859a2374828223879 (diff) |
Merge branch 'feature-gradle' into develop
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle new file mode 100644 index 0000000..34ea90c --- /dev/null +++ b/settings.gradle @@ -0,0 +1,10 @@ +/* + * This file was generated by the Gradle 'init' task. + * + * The settings file is used to specify which projects to include in your build. + * + * Detailed information about configuring a multi-project build in Gradle can be found + * in the user manual at https://docs.gradle.org/6.3/userguide/multi_project_builds.html + */ + +rootProject.name = 'UnitConverter' |