modrinth / minotaur

Gradle plugin for deploying build artifacts to Modrinth.
GNU Lesser General Public License v2.1
84 stars 15 forks source link

Locks upload file until java is killed in taskmanager #48

Open Merith-TK opened 1 year ago

Merith-TK commented 1 year ago

Describe the bug

When I run ./gradlew modrinth with the settings listed below, the upload jar gets locked and I am unable to do basically anything to it until I manually kill the java process (which is seperated from the gradle java process)

Steps to reproduce

  1. ./gradlew modrinth
  2. try to delete target file locally

Expected behavior

File is able to be deleted, just like every other build artifact.

Additional context

No response