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
./gradlew modrinth
try to delete target file locally
Expected behavior
File is able to be deleted, just like every other build artifact.
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
./gradlew modrinth
Expected behavior
File is able to be deleted, just like every other build artifact.
Additional context
No response