From ba085dc08ab5f24154f66ac09184f077d6392f86 Mon Sep 17 00:00:00 2001 From: lcarlyl Date: Thu, 21 Apr 2022 18:43:27 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20=D0=BB=D0=B8?= =?UTF-8?q?=D1=88=D0=BD=D0=B8=D0=B5=20include.=20=D0=97=D0=B0=D1=87=D0=B5?= =?UTF-8?q?=D0=BC=20=D0=BE=D0=BD=D0=B8,=20=D0=B5=D1=81=D0=BB=D0=B8=20?= =?UTF-8?q?=D0=BC=D0=BE=D0=B6=D0=BD=D0=BE=20=D0=BF=D0=B8=D1=81=D0=B0=D1=82?= =?UTF-8?q?=D1=8C=20=D0=B2=20=D0=BE=D0=B4=D0=BD=D0=BE=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/settings.gradle b/settings.gradle index bc1372e..b7ade2b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,5 +1,3 @@ rootProject.name = 'spring-oauth2-examples' -include('discord') -include('github') -include('twitch') +include('discord', 'github', 'twitch')