1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-03-04 10:38:12 +00:00

Bump version

This commit is contained in:
SquidDev 2019-04-16 10:32:49 +01:00
parent 3bf47b5290
commit 48a71e96eb
2 changed files with 7 additions and 1 deletions

View File

@ -302,6 +302,12 @@ githubRelease {
releaseAssets.from(jar.archivePath) releaseAssets.from(jar.archivePath)
} }
task uploadAll(dependsOn: proguard) {
group "upload"
description "Uploads to all repositories (Maven, Curse, GitHub release)"
dependsOn uploadArchives, curseforge, githubRelease
}
test { test {
useJUnitPlatform() useJUnitPlatform()
testLogging { testLogging {

View File

@ -1,5 +1,5 @@
# Mod properties # Mod properties
mod_version=1.82.1 mod_version=1.82.2
# Minecraft properties # Minecraft properties
mc_version=1.12.2 mc_version=1.12.2