Skip to content

Commit

Permalink
Merge pull request #59 from FTBTeam/dev
Browse files Browse the repository at this point in the history
fix: get the CF dependency slugs right [ciskip]
  • Loading branch information
desht authored Mar 22, 2024
2 parents f3d45f4 + 4b830ff commit c9ea0d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ if (ENV.CURSEFORGE_KEY) {
addGameVersion "NeoForge"
mainArtifact(remapJar.archiveFile)
relations {
requiredDependency 'ftb-library-neoforge'
optionalDependency 'ftb-ranks-neoforge'
requiredDependency 'ftb-library-forge'
optionalDependency 'ftb-ranks-forge'
}
changelog = ENV.CHANGELOG // expected to exist if ENV.CURSEFORGE_KEY does
changelogType = 'markdown'
Expand Down

0 comments on commit c9ea0d0

Please sign in to comment.