mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-15 23:25:32 +01:00
Fix two things from the moved resources
This commit is contained in:
parent
72adc573b2
commit
8950325915
@ -19,7 +19,7 @@ dependencies {
|
||||
|
||||
processResources {
|
||||
from(sourceSets.main.resources.srcDirs) {
|
||||
include 'version.json'
|
||||
include 'de/bluecolored/bluemap/version.json'
|
||||
|
||||
expand (
|
||||
version: project.version
|
||||
|
@ -47,10 +47,10 @@ allprojects {
|
||||
license {
|
||||
header rootProject.file('HEADER')
|
||||
excludes([
|
||||
'*.conf',
|
||||
'*.yml',
|
||||
'*.zip',
|
||||
'*.json'
|
||||
'**/*.conf',
|
||||
'**/*.yml',
|
||||
'**/*.zip',
|
||||
'**/*.json'
|
||||
])
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user