Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

Commit

Permalink
Fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
shedaniel committed Jul 24, 2020
1 parent f643078 commit 6ea5169
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,19 @@ dependencies {
modRuntime("me.shedaniel:RoughlyEnoughItems:4.10.2")
}

processResources {
inputs.property "version", project.version

from(sourceSets.main.resources.srcDirs) {
include "fabric.mod.json"
expand "version": project.version
}

from(sourceSets.main.resources.srcDirs) {
exclude "fabric.mod.json"
}
}

if (ENV.LOCAL_MAVEN) {
uploadArchives {
repositories {
Expand Down

0 comments on commit 6ea5169

Please sign in to comment.