diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-04-02 00:34:17 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-04-02 00:34:17 +0800 |
| commit | 172897ef31c38871d0e0274bcd36db8f71254ba3 (patch) | |
| tree | f4e7b8e00c74ee424418ae75c355b0c5f7fe1aa2 /build.gradle | |
| parent | d699907815a61550e46f2a7a5ba15a6e0d52b054 (diff) | |
| download | RoughlyEnoughItems-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-x | build.gradle | 2 |
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") |
