Skip to content

Commit

Permalink
Only include API in one of the two, curse doesn't like duplicates. Fe…
Browse files Browse the repository at this point in the history
…els a bit hacky anyway, but alas.
  • Loading branch information
fnuecke committed Jan 6, 2023
1 parent 5355971 commit 51d8d55
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ jar {
classifier "dev"
}

def commonApiJar = project(":common").apiJar

sourcesJar {
def commonSources = project(":common").sourcesJar
dependsOn commonSources
Expand Down Expand Up @@ -106,10 +104,8 @@ curseforge {
requiredDependency "architectury-api"
}
mainArtifact(remapJar)
addArtifact(commonApiJar)
afterEvaluate {
uploadTask.dependsOn(remapJar)
uploadTask.dependsOn(commonApiJar)
}
}
}
Expand Down

0 comments on commit 51d8d55

Please sign in to comment.