mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-12-22 16:48:25 +01:00
Excluded run folder in IDEA
This commit is contained in:
parent
967b7241ec
commit
f98465593f
10
build.gradle
10
build.gradle
@ -1,6 +1,7 @@
|
||||
plugins {
|
||||
id "fabric-loom" version "1.4-SNAPSHOT"
|
||||
id "maven-publish"
|
||||
id "idea"
|
||||
}
|
||||
|
||||
base {
|
||||
@ -155,3 +156,12 @@ publishing {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
idea {
|
||||
module {
|
||||
["run"].each {
|
||||
excludeDirs << file("$it")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user