diff --git a/build.gradle b/build.gradle index 938eb3894..341012318 100644 --- a/build.gradle +++ b/build.gradle @@ -163,7 +163,7 @@ uploadToModsIO { tag = "alpha" apiKey = project.getProperty('modsioTRKey') artifact = jar.archivePath - current = false; + current = true; } uploadArchives {