Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Apr 16, 2019
1 parent 3bf47b5 commit 48a71e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,12 @@ githubRelease {
releaseAssets.from(jar.archivePath)
}

task uploadAll(dependsOn: proguard) {
group "upload"
description "Uploads to all repositories (Maven, Curse, GitHub release)"
dependsOn uploadArchives, curseforge, githubRelease
}

test {
useJUnitPlatform()
testLogging {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Mod properties
mod_version=1.82.1
mod_version=1.82.2

# Minecraft properties
mc_version=1.12.2
Expand Down

0 comments on commit 48a71e9

Please sign in to comment.