You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Additional context
No response
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: