Files
UniversalMusicPlayer/settings.gradle
Markil3 5e4ae23978 Has Gradle download and install the browser rather than bundle it.
This is more flexible, and I couldn't exactly upload the Firefox installation to Git before.
2021-08-30 17:15:36 -06:00

29 lines
789 B
Groovy

/*
* Copyright (c) 2021 William Hubbard. All Rights Reserved.
*/
/*
* This settings file was generated by the Gradle 'init' task.
*
* The settings file is used to specify which projects to include in your build.
* In a single project build this file can be empty or even removed.
*
* Detailed information about configuring a multi-project build in Gradle can be found
* in the user guide at https://docs.gradle.org/4.4.1/userguide/multi_project_builds.html
*/
/*
// To declare projects as part of a multi-project build use the 'include' method
include 'shared'
include 'api'
include 'services:webservice'
*/
rootProject.name = 'UniversalMusicPlayer'
include ':interface'
include ':add-on'
include ':addonInter'
include ':browser'
include ':browserCommands'
include ':libwave'