PlumyGames / mgpp

The next generation of Mindustry modding.
https://plumygames.github.io/mgpp/
GNU General Public License v3.0
48 stars 3 forks source link

[v1.1.6] `deploy` cannot find renamed `jar` output #28

Closed liplum closed 2 years ago

liplum commented 2 years ago

In my build.gradle:

tasks.jar {
    archiveBaseName.set("CyberIO")
}
* What went wrong:
Execution failed for task ':main:deploy'.
> Cannot expand ZIP '/home/runner/work/CyberIO/CyberIO/main/build/libs/main-4.0.jar' as it does not exist.