modrinth / minotaur

Gradle plugin for deploying build artifacts to Modrinth.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Locks upload file until java is killed in taskmanager

Merith-TK opened this issue · comments

commented

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