aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2020-04-02 00:34:17 +0800
committershedaniel <daniel@shedaniel.me>2020-04-02 00:34:17 +0800
commit172897ef31c38871d0e0274bcd36db8f71254ba3 (patch)
treef4e7b8e00c74ee424418ae75c355b0c5f7fe1aa2 /build.gradle
parentd699907815a61550e46f2a7a5ba15a6e0d52b054 (diff)
downloadRoughlyEnoughItems-172897ef31c38871d0e0274bcd36db8f71254ba3.tar.gz
RoughlyEnoughItems-172897ef31c38871d0e0274bcd36db8f71254ba3.tar.bz2
RoughlyEnoughItems-172897ef31c38871d0e0274bcd36db8f71254ba3.zip
20w14infitite
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'build.gradle')
-rwxr-xr-xbuild.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 461890685..d12ebd015 100755
--- a/build.gradle
+++ b/build.gradle
@@ -131,7 +131,7 @@ curseforge {
embeddedLibrary 'cloth-config'
}
mainArtifact(file("${project.buildDir}/libs/${project.archivesBaseName}-${project.version}.jar")) {
- displayName = "[Fabric 20w12a] v$project.version"
+ displayName = "[Fabric 20w13b - 20w14infinite] v$project.version"
}
afterEvaluate {
uploadTask.dependsOn("remapJar")