forked from emilybache/Parrot-Refactoring-Kata
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove generated comments and unused dependency from Gradle build.
- Loading branch information
Showing
2 changed files
with
0 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1 @@ | ||
/* | ||
* 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/3.3/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 = 'ParrotRefactoringKata' |