1
0
forked from Clones/Controlify

fix github release

This commit is contained in:
isXander
2023-03-15 20:04:52 +00:00
parent 859693edcc
commit 4bea47ce84

View File

@ -1,3 +1,5 @@
import com.github.breadmoirai.githubreleaseplugin.GithubReleaseTask
plugins {
java
@ -207,6 +209,10 @@ githubRelease {
releaseAssets(tasks["remapJar"].outputs.files)
}
tasks.getByName<GithubReleaseTask>("githubRelease") {
dependsOn("optimizeOutputsOfRemapJar")
}
publishing {
publications {
create<MavenPublication>("mod") {