forge-*: fix resource patching

This commit is contained in:
Kosma Moczek 2021-06-27 19:41:51 +02:00
parent d0926b0ec7
commit 0d15a292d1
8 changed files with 8 additions and 8 deletions

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,