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:
parent
3bf47b5290
commit
48a71e96eb
@ -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 {
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user