mirror of
https://github.com/ViaVersion/ViaLegacy.git
synced 2025-02-07 00:11:45 +01:00
Excluded run folder in IDEA
This commit is contained in:
parent
fbb6f5a195
commit
5195681405
@ -1,6 +1,7 @@
|
||||
plugins {
|
||||
id "java-library"
|
||||
id "maven-publish"
|
||||
id "idea"
|
||||
id "net.raphimc.class-token-replacer" version "1.0.0"
|
||||
}
|
||||
|
||||
@ -95,6 +96,14 @@ publishing {
|
||||
}
|
||||
}
|
||||
|
||||
idea {
|
||||
module {
|
||||
["run"].each {
|
||||
excludeDirs << file("$it")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
String latestCommitHash() {
|
||||
def stdout = new ByteArrayOutputStream()
|
||||
exec {
|
||||
|
Loading…
Reference in New Issue
Block a user