From 05049e56b94208012e9c08044e6dcf63056f8edb Mon Sep 17 00:00:00 2001 From: Amir Tuval Date: Sun, 10 Dec 2023 15:16:54 +0200 Subject: [PATCH] remove unneeded --- Common/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/Common/build.gradle b/Common/build.gradle index 9456c4c2..4e977ab6 100644 --- a/Common/build.gradle +++ b/Common/build.gradle @@ -42,7 +42,6 @@ intellij { type = 'IC' updateSinceUntilBuild = false pluginName = 'TabNine' - plugins = ['java'] } def channelName = project.hasProperty('channel') ? project.channel : 'alpha'