Skip to content

Commit

Permalink
fix addArtifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Windmill-City committed Jan 13, 2024
1 parent 057feaa commit e03d29d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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)
addArtifact(tasks.reobfJar)
addArtifact(tasks.shadowJar.flatMap { it.archiveFile })
addArtifact(tasks.reobfJar.flatMap { it.archiveFile })
addGameVersion("Forge")
addGameVersion("Java 8")
addGameVersion("1.7.10")
Expand Down

0 comments on commit e03d29d

Please sign in to comment.