Fix two things from the moved resources

This commit is contained in:
Blue (Lukas Rieger) 2020-08-25 01:59:03 +02:00
parent 72adc573b2
commit 8950325915
2 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ dependencies {
processResources {
from(sourceSets.main.resources.srcDirs) {
include 'version.json'
include 'de/bluecolored/bluemap/version.json'
expand (
version: project.version

View File

@ -47,10 +47,10 @@ allprojects {
license {
header rootProject.file('HEADER')
excludes([
'*.conf',
'*.yml',
'*.zip',
'*.json'
'**/*.conf',
'**/*.yml',
'**/*.zip',
'**/*.json'
])
}
}