Skip to content

Commit

Permalink
Fix IDEA refresh taking a long time due to Forge crash
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Sep 30, 2024
1 parent e1433b5 commit 65aa4bc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions buildSrc/src/main/groovy/multiloader-common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
plugins {
id 'java-library'
id 'maven-publish'
id 'idea'
id 'jacoco'
id 'com.github.kt3k.coveralls'
id 'com.diffplug.spotless'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 65aa4bc

Please sign in to comment.