Skip to content

Commit

Permalink
Merge pull request #717 from FTBTeam/dev
Browse files Browse the repository at this point in the history
fix: get the CF dep slugs right for neoforge [ciskip]
  • Loading branch information
desht authored Mar 27, 2024
2 parents 2ef3bd9 + 872a652 commit 300d61b
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 @@ -103,8 +103,8 @@ if (ENV.CURSEFORGE_KEY) {
mainArtifact(remapJar.archiveFile)
relations {
requiredDependency 'architectury-api'
requiredDependency 'ftb-library-neoforge'
requiredDependency 'ftb-teams-neoforge'
requiredDependency 'ftb-library-forge'
requiredDependency 'ftb-teams-forge'
optionalDependency 'ftb-xmod-compat'
}
changelog = ENV.CHANGELOG // expected to exist if ENV.CURSEFORGE_KEY does
Expand Down

0 comments on commit 300d61b

Please sign in to comment.