From 5405d19aa64f7030dda5697db86d1ff110657e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Mendelski?= Date: Wed, 4 Jan 2023 13:45:15 +0100 Subject: [PATCH] Update gradle and build.gradle --- build.gradle | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/build.gradle b/build.gradle index 2ce64ff..e63655b 100644 --- a/build.gradle +++ b/build.gradle @@ -6,8 +6,6 @@ plugins { id 'com.github.kt3k.coveralls' version '2.12.0' id 'com.coditory.build' version '0.1.19' id 'io.github.gradle-nexus.publish-plugin' version '1.1.0' apply false - id "application" - id "com.github.johnrengelman.shadow" version "7.1.2" } group = 'com.coditory.quark' @@ -30,14 +28,4 @@ dependencies { if (project.hasProperty('publish')) { apply from: "gradle/publish.gradle" -} - -application { - mainClass.set("com.coditory.quark.i18n.loader.Runner") -} - -tasks.withType(Jar) { - manifest { - attributes("Main-Class": application.mainClass.get()) - } } \ No newline at end of file