From 6ea9553e63a5c231fa41e58f711106521ae5c83c Mon Sep 17 00:00:00 2001 From: JesseBrault0709 <62299747+JesseBrault0709@users.noreply.github.com> Date: Mon, 6 May 2024 21:00:29 +0200 Subject: [PATCH] General cleanup of gradle related things. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5087da5..ba31d42 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'GroowtConventions' + id 'groowt-conventions' id 'java-library' }