Skip to content

Commit

Permalink
Fix gradle script with libs.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEpicBlock committed Jul 27, 2024
1 parent b22e030 commit fb6a11f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ modrinth {
token = System.getenv("MODRINTH_TOKEN")
projectId = 'glowcase'
dependencies {
required.version "fabric-api", project.fabric_version
embedded.version "placeholder-api", project.placeholder_api_version
optional.version "polydex", project.polydex_version
required.version "fabric-api", libs.versions.fapi.get()
embedded.version "placeholder-api", libs.versions.placeholder.get()
optional.version "polydex", libs.versions.polydex.get()
}
changelog = System.getenv("CHANGELOG")
syncBodyFrom = "<!--DO NOT EDIT MANUALLY: synced from gh readme-->\n" + rootProject.file("README.md").text
Expand Down

0 comments on commit fb6a11f

Please sign in to comment.