From 852251303f7138823ca70f3ce142ea7b8d93994f Mon Sep 17 00:00:00 2001 From: nimakarimipour Date: Sat, 9 Nov 2024 00:57:36 -0800 Subject: [PATCH] remove core.jar --- build.gradle | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build.gradle b/build.gradle index 69e24dfb3..2c0a25872 100644 --- a/build.gradle +++ b/build.gradle @@ -86,10 +86,3 @@ subprojects { proj -> } } } - -// sample is not a buildable project, it is just a sample project to demonstrate the usage of the annotator. -project(":sample") { - tasks.named("build").configure { - enabled = false - } -}