mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2025-01-10 19:58:03 +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 {
|
plugins {
|
||||||
id "fabric-loom" version "1.4-SNAPSHOT"
|
id "fabric-loom" version "1.4-SNAPSHOT"
|
||||||
id "maven-publish"
|
id "maven-publish"
|
||||||
|
id "idea"
|
||||||
}
|
}
|
||||||
|
|
||||||
base {
|
base {
|
||||||
@ -155,3 +156,12 @@ publishing {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
idea {
|
||||||
|
module {
|
||||||
|
["run"].each {
|
||||||
|
excludeDirs << file("$it")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user