mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-23 18:55:14 +01:00
forge-*: fix resource patching
This commit is contained in:
parent
d0926b0ec7
commit
0d15a292d1
@ -37,7 +37,7 @@ project.archivesBaseName = "${project.archivesBaseName}-forge-1.13.2"
|
||||
|
||||
processResources
|
||||
{
|
||||
filesMatching('mods.toml') {
|
||||
filesMatching('META-INF/mods.toml') {
|
||||
// replace version and mcversion
|
||||
expand(
|
||||
version: project.version + '-' + project.ext.buildNumber,
|
||||
|
@ -35,7 +35,7 @@ dependencies {
|
||||
|
||||
processResources
|
||||
{
|
||||
filesMatching('mods.toml') {
|
||||
filesMatching('META-INF/mods.toml') {
|
||||
// replace version and mcversion
|
||||
expand(
|
||||
version: project.version + '-' + project.ext.buildNumber,
|
||||
|
@ -35,7 +35,7 @@ dependencies {
|
||||
|
||||
processResources
|
||||
{
|
||||
filesMatching('mods.toml') {
|
||||
filesMatching('META-INF/mods.toml') {
|
||||
// replace version and mcversion
|
||||
expand(
|
||||
version: project.version + '-' + project.ext.buildNumber,
|
||||
|
@ -35,7 +35,7 @@ dependencies {
|
||||
|
||||
processResources
|
||||
{
|
||||
filesMatching('mods.toml') {
|
||||
filesMatching('META-INF/mods.toml') {
|
||||
// replace version and mcversion
|
||||
expand(
|
||||
version: project.version + '-' + project.ext.buildNumber,
|
||||
|
@ -35,7 +35,7 @@ dependencies {
|
||||
|
||||
processResources
|
||||
{
|
||||
filesMatching('mods.toml') {
|
||||
filesMatching('META-INF/mods.toml') {
|
||||
// replace version and mcversion
|
||||
expand(
|
||||
version: project.version + '-' + project.ext.buildNumber,
|
||||
|
@ -35,7 +35,7 @@ dependencies {
|
||||
|
||||
processResources
|
||||
{
|
||||
filesMatching('mods.toml') {
|
||||
filesMatching('META-INF/mods.toml') {
|
||||
// replace version and mcversion
|
||||
expand(
|
||||
version: project.version + '-' + project.ext.buildNumber,
|
||||
|
@ -35,7 +35,7 @@ dependencies {
|
||||
|
||||
processResources
|
||||
{
|
||||
filesMatching('mods.toml') {
|
||||
filesMatching('META-INF/mods.toml') {
|
||||
// replace version and mcversion
|
||||
expand(
|
||||
version: project.version + '-' + project.ext.buildNumber,
|
||||
|
@ -35,7 +35,7 @@ dependencies {
|
||||
|
||||
processResources
|
||||
{
|
||||
filesMatching('mods.toml') {
|
||||
filesMatching('META-INF/mods.toml') {
|
||||
// replace version and mcversion
|
||||
expand(
|
||||
version: project.version + '-' + project.ext.buildNumber,
|
||||
|
Loading…
Reference in New Issue
Block a user