From 65aa4bc45fd31a275302b3cefe72861307a023e3 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Mon, 30 Sep 2024 18:06:26 +0200 Subject: [PATCH] Fix IDEA refresh taking a long time due to Forge crash --- buildSrc/src/main/groovy/multiloader-common.gradle | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/buildSrc/src/main/groovy/multiloader-common.gradle b/buildSrc/src/main/groovy/multiloader-common.gradle index 1ba7ab76a4..e30e14868b 100644 --- a/buildSrc/src/main/groovy/multiloader-common.gradle +++ b/buildSrc/src/main/groovy/multiloader-common.gradle @@ -3,7 +3,6 @@ plugins { id 'java-library' id 'maven-publish' - id 'idea' id 'jacoco' id 'com.github.kt3k.coveralls' id 'com.diffplug.spotless' @@ -292,17 +291,6 @@ tasks.configureEach { task -> } } -idea { - module { - downloadSources = true - downloadJavadoc = true - for (String excludeDirName in ["runs", "out", "logs", "gradle"]) { - File excludeDir = new File(projectDir, excludeDirName) - excludeDirs.add(excludeDir) - } - } -} - jacocoTestReport { reports { xml.required = true