diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-04-03 13:49:22 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-04-03 13:49:22 +0800 |
| commit | 12d9839573e6a59fa1e2ca466722a3a8f43bb4f9 (patch) | |
| tree | c718f645d2c145435f2329f2be0365a7f680788e /build.gradle | |
| parent | 172897ef31c38871d0e0274bcd36db8f71254ba3 (diff) | |
| download | RoughlyEnoughItems-12d9839573e6a59fa1e2ca466722a3a8f43bb4f9.tar.gz RoughlyEnoughItems-12d9839573e6a59fa1e2ca466722a3a8f43bb4f9.tar.bz2 RoughlyEnoughItems-12d9839573e6a59fa1e2ca466722a3a8f43bb4f9.zip | |
4.1.4: Updates Auto Config & 20w14a
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 d12ebd015..183fd95bd 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 20w13b - 20w14infinite] v$project.version" + displayName = "[Fabric 20w14a] v$project.version" } afterEvaluate { uploadTask.dependsOn("remapJar") |
