Skip to content

Commit

Permalink
upload one file only
Browse files Browse the repository at this point in the history
  • Loading branch information
Windmill-City committed Jan 13, 2024
1 parent e03d29d commit 933307b
Show file tree
Hide file tree
Showing 2 changed files with 3 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.flatMap { it.archiveFile })
addArtifact(tasks.reobfJar.flatMap { it.archiveFile })
addArtifact(tasks.shadowJar.flatMap { it.archiveFile }.get())
addArtifact(tasks.reobfJar.flatMap { it.archiveFile }.get())
addGameVersion("Forge")
addGameVersion("Java 8")
addGameVersion("1.7.10")
Expand Down
1 change: 1 addition & 0 deletions CurseForgeLatest.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"forge-1.7.10": "2.0.1"
}

0 comments on commit 933307b

Please sign in to comment.