spigot: fix resource handling on Gradle 7
This commit is contained in:
parent
246f5e02f0
commit
236081a075
1 changed files with 2 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ dependencies {
|
||||||
implementation 'com.nijikokun.bukkit:Permissions:3.1.6'
|
implementation 'com.nijikokun.bukkit:Permissions:3.1.6'
|
||||||
implementation 'me.lucko.luckperms:luckperms-api:4.3'
|
implementation 'me.lucko.luckperms:luckperms-api:4.3'
|
||||||
implementation 'net.luckperms:api:5.0'
|
implementation 'net.luckperms:api:5.0'
|
||||||
compile('com.github.MilkBowl:VaultAPI:1.7') { transitive = false }
|
implementation('com.github.MilkBowl:VaultAPI:1.7') { transitive = false }
|
||||||
compileOnly 'net.skinsrestorer:skinsrestorer:14.1.0-SNAPSHOT@jar'
|
compileOnly 'net.skinsrestorer:skinsrestorer:14.1.0-SNAPSHOT@jar'
|
||||||
implementation project(":dynmap-api")
|
implementation project(":dynmap-api")
|
||||||
implementation project(path: ":DynmapCore", configuration: "shadow")
|
implementation project(path: ":DynmapCore", configuration: "shadow")
|
||||||
|
|
@ -54,8 +54,7 @@ dependencies {
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
// replace stuff in mcmod.info, nothing else
|
// replace stuff in mcmod.info, nothing else
|
||||||
from('src/main/resources') {
|
filesMatching('plugin.yml') {
|
||||||
include "plugin.yml"
|
|
||||||
// replace version and mcversion
|
// replace version and mcversion
|
||||||
expand(
|
expand(
|
||||||
buildnumber: project.parent.ext.globals.buildNumber,
|
buildnumber: project.parent.ext.globals.buildNumber,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue