forked from Clones/Controlify
fix github release
This commit is contained in:
@ -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") {
|
||||
|
Reference in New Issue
Block a user