Skip to content

Commit

Permalink
add wsmlmb dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AnAwesomGuy committed Nov 13, 2023
1 parent 71627a9 commit 3fd288c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ remapSourcesJar {
archiveClassifier.set(archiveClassifier.get().concat("-remapped"))
}

import me.modmuss50.mpp.ReleaseType

publishMods {
def version = mod_version.split('\\+')[0]
type = release_type.toLowerCase() == 'release' ? STABLE : ReleaseType.of(release_type)
Expand Down Expand Up @@ -81,6 +83,10 @@ publishMods {
requires {
slug = 'fabric-api'
}

requires {
slug = 'wsmlmb'
}
}

curseforge {
Expand All @@ -97,6 +103,10 @@ publishMods {
requires {
slug = 'fabric-api'
}

requires {
slug = 'wsmlmb'
}
}

github {
Expand Down

0 comments on commit 3fd288c

Please sign in to comment.