Skip to content

Commit 65aa4bc

Browse files
committed
Fix IDEA refresh taking a long time due to Forge crash
1 parent e1433b5 commit 65aa4bc

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

buildSrc/src/main/groovy/multiloader-common.gradle

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
plugins {
44
id 'java-library'
55
id 'maven-publish'
6-
id 'idea'
76
id 'jacoco'
87
id 'com.github.kt3k.coveralls'
98
id 'com.diffplug.spotless'
@@ -292,17 +291,6 @@ tasks.configureEach { task ->
292291
}
293292
}
294293

295-
idea {
296-
module {
297-
downloadSources = true
298-
downloadJavadoc = true
299-
for (String excludeDirName in ["runs", "out", "logs", "gradle"]) {
300-
File excludeDir = new File(projectDir, excludeDirName)
301-
excludeDirs.add(excludeDir)
302-
}
303-
}
304-
}
305-
306294
jacocoTestReport {
307295
reports {
308296
xml.required = true

0 commit comments

Comments
 (0)