Skip to content
Snippets Groups Projects
Commit 5510acc7 authored by dgelessus's avatar dgelessus
Browse files

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.
parent 2a40d497
No related branches found
No related tags found
Loading
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment