1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-02 18:37:55 +00:00

Merge branch 'master' into mc-1.13.x

This commit is contained in:
SquidDev
2019-04-24 10:11:18 +01:00
12 changed files with 85 additions and 52 deletions

View File

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