From 5510acc73bbe8270758daca805279a8925b3b7fa Mon Sep 17 00:00:00 2001 From: dgelessus <dgelessus@users.noreply.github.com> Date: Wed, 15 Jan 2025 17:38:22 +0100 Subject: [PATCH] Remove unused Gradle antlr plugin B2Program doesn't need to use ANTLR directly. antlr-parser already contains the generated parser and has its own dependency on ANTLR. --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 18639151c..2eb17a03a 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,6 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent apply plugin: 'java' apply plugin: 'application' -apply plugin: 'antlr' apply plugin: 'eclipse' apply plugin: 'idea' -- GitLab