Skip to content

Commit

Permalink
6.2.0 - And also Ore...
Browse files Browse the repository at this point in the history
  • Loading branch information
NickImpact committed Jul 21, 2022
1 parent 16b9958 commit 7fcbfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ task publishToOre(type: UploadToOre) {

notes = { genChangelog.result } as Provider<String>
level = genChangelog.level
file = new File(this.getProjectDir(), Paths.get("build", "allJars", "GTS-Sponge-${project.version}.jar").toString())
file = new File(this.getProjectDir(), Paths.get("build", "allJars", "GTS-Sponge-${project.sponge}-${project.version}.jar").toString())
pluginID = "gts"
apiKey = project.properties['ore_api_key']?.toString() ?: System.getenv("ORE_API_KEY")
}
Expand Down

0 comments on commit 7fcbfce

Please sign in to comment.