Skip to content

Commit

Permalink
fix wrong main file
Browse files Browse the repository at this point in the history
  • Loading branch information
Windmill-City committed Jan 13, 2024
1 parent 933307b commit ef4364a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1.7.10/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ curseforge {
project(closureOf<com.matthewprenger.cursegradle.CurseProject> {
id = "440032"
releaseType = "release"
addArtifact(tasks.shadowJar.flatMap { it.archiveFile }.get())
addArtifact(tasks.reobfJar.flatMap { it.archiveFile }.get())
addArtifact(tasks.shadowJar.flatMap { it.archiveFile }.get())
addGameVersion("Forge")
addGameVersion("Java 8")
addGameVersion("1.7.10")
Expand Down

0 comments on commit ef4364a

Please sign in to comment.