Skip to content

Commit

Permalink
fix dependencies in publishing scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed Oct 11, 2023
1 parent b8ecd71 commit 25b2e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions gradle/publishing/curseforge.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ curseforge {

relations {
requiredDependency("fabric-api")
requiredDependency("fabric-language-kotlin")
requiredDependency("ad-astra")
requiredDependency("forge-config-api-port-fabric")
optionalDependency("roughly-enough-items")
}

// https://github.com/mraliscoder/plasmo-voice/blob/41243bc77589d975acde5385dd86414b1c92a2a8/fabric/build.gradle.kts#L173
Expand Down
3 changes: 1 addition & 2 deletions gradle/publishing/modrinth.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ modrinth {
loaders = ["fabric"]
dependencies {
required.project "fabric-api"
required.project "fabric-language-kotlin"
required.project "ad-astra"
required.project "forge-config-api-port"
optional.project "rei"
}
}

Expand Down

0 comments on commit 25b2e32

Please sign in to comment.