Skip to content

Commit

Permalink
Merge pull request #2980 from Multiverse/remove-modirnth-plugin
Browse files Browse the repository at this point in the history
Remove modrinth gradle plugin
  • Loading branch information
dumptruckman committed Aug 28, 2023
2 parents 1d371fb + 5f12aa5 commit 2143930
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ plugins {
id 'maven-publish'
id 'checkstyle'
id 'com.github.johnrengelman.shadow' version '7.1.2'
id "com.modrinth.minotaur" version "2.+"
}

version = System.getenv('GITHUB_VERSION') ?: 'local'
Expand Down Expand Up @@ -194,14 +193,3 @@ shadowJar {

build.dependsOn shadowJar
jar.enabled = false

modrinth {
token = System.getenv("MODRINTH_TOKEN")
projectId = "multiverse-core"
versionNumber = System.getenv("VERSION_NUMBER")
versionType = System.getenv("VERSION_TYPE")
uploadFile = jar
gameVersions = ["1.20.1", "1.20", "1.19.4", "1.19.3", "1.19.2", "1.19.1", "1.19", "1.18.2", "1.18.1", "1.18", "1.17.1", "1.17", "1.16.5", "1.16.4", "1.16.3", "1.16.2", "1.16.1", "1.16", "1.15.2", "1.15.1", "1.15", "1.14.4", "1.14.3", "1.14.2", "1.14.1", "1.14", "1.13.2", "1.13.1", "1.13"]
loaders = ["bukkit", "spigot", "paper"]
changelog = System.getenv("CHANGELOG")
}

0 comments on commit 2143930

Please sign in to comment.