mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-02-25 16:21:57 +01:00
DynmapCore: update processResources to Gradle 7 format
This commit is contained in:
parent
cf121956c3
commit
5290cdf9f1
@ -13,14 +13,15 @@ dependencies {
|
|||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
// replace stuff in mcmod.info, nothing else
|
// replace stuff in mcmod.info, nothing else
|
||||||
from('src/main/resources') {
|
filesMatching([
|
||||||
include 'core.yml'
|
'core.yml',
|
||||||
include 'lightings.txt'
|
'lightings.txt',
|
||||||
include 'perspectives.txt'
|
'perspectives.txt',
|
||||||
include 'shaders.txt'
|
'shaders.txt',
|
||||||
include 'extracted/web/version.js'
|
'version.js',
|
||||||
include 'extracted/web/index.html'
|
'index.html',
|
||||||
include 'extracted/web/login.html'
|
'login.html',
|
||||||
|
]) {
|
||||||
// replace version and mcversion
|
// replace version and mcversion
|
||||||
expand(
|
expand(
|
||||||
buildnumber: project.parent.ext.globals.buildNumber,
|
buildnumber: project.parent.ext.globals.buildNumber,
|
||||||
|
Loading…
Reference in New Issue
Block a user