mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
Exclude irrelevant files from resources
This commit is contained in:
parent
5bbfa568ec
commit
315c8c0478
1 changed files with 8 additions and 2 deletions
|
@ -10,7 +10,11 @@ repositories {
|
|||
sourceSets {
|
||||
main {
|
||||
resources {
|
||||
srcDirs += "../deepworld-config"
|
||||
srcDir '../deepworld-config'
|
||||
exclude 'quests'
|
||||
exclude 'biomes.yml'
|
||||
exclude 'daily_challenges.yml'
|
||||
exclude 'README.md'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -30,4 +34,6 @@ dependencies {
|
|||
|
||||
jar {
|
||||
archiveBaseName = 'brainwine-gameserver'
|
||||
}
|
||||
}
|
||||
|
||||
processResources.includeEmptyDirs = false
|
||||
|
|
Loading…
Add table
Reference in a new issue