From 26f54bced95bd2fa78b522351f3aeedcdfd42d71 Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Sun, 25 Oct 2020 10:52:17 +0100 Subject: [PATCH] Added Java plugin to the Gradle project Signed-off-by: Louis Vallat --- build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index d323ee3..f0e33bf 100644 --- a/build.gradle +++ b/build.gradle @@ -4,3 +4,7 @@ * This is a general purpose Gradle build. * Learn how to create Gradle builds at https://guides.gradle.org/creating-new-gradle-builds */ + + plugins { + id 'java' +}