aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2020-02-14 23:52:38 +0800
committershedaniel <daniel@shedaniel.me>2020-02-14 23:52:38 +0800
commit9debf93e15a642771d0987d6e8402858a963fa19 (patch)
tree41e3284d0da5e981d14cfba8d9345e07ded22eee
parentd5b0fdacb01c916097f0ffa9006a8a28611c1edb (diff)
downloadRoughlyEnoughItems-9debf93e15a642771d0987d6e8402858a963fa19.tar.gz
RoughlyEnoughItems-9debf93e15a642771d0987d6e8402858a963fa19.tar.bz2
RoughlyEnoughItems-9debf93e15a642771d0987d6e8402858a963fa19.zip
Fix CF version
Signed-off-by: shedaniel <daniel@shedaniel.me>
-rwxr-xr-xbuild.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index b3a45a642..6371abebe 100755
--- a/build.gradle
+++ b/build.gradle
@@ -126,7 +126,7 @@ curseforge {
embeddedLibrary 'cloth-config'
}
mainArtifact(file("${project.buildDir}/libs/${project.archivesBaseName}-${project.version}.jar")) {
- displayName = "[Fabric 20w06a] v$project.version"
+ displayName = "[Fabric 20w07a] v$project.version"
}
afterEvaluate {
uploadTask.dependsOn("remapJar")