From da33681211c513e429618d158f78a3c15ff110e4 Mon Sep 17 00:00:00 2001 From: SciWhiz12 Date: Wed, 21 Apr 2021 18:53:35 +0800 Subject: [PATCH] Remove autogenerated comment in settings.gradle --- settings.gradle | 9 --------- 1 file changed, 9 deletions(-) diff --git a/settings.gradle b/settings.gradle index 8062fcd..38f9508 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,11 +1,2 @@ -/* - * 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.8.3/userguide/multi_project_builds.html - */ - rootProject.name = 'Janitor' include('app')