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