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
Because of some ways to detecting that path is directory in SpecialSource project this issue occurs.
I found a simple workaround: just add file.separator parameter with value "" or "/".
mvn initialize -P -built -Dfile.separator=""
Otherwise it causes error on downloading miecraft *.srg files.
The text was updated successfully, but these errors were encountered:
Because of some ways to detecting that path is directory in SpecialSource project this issue occurs.
I found a simple workaround: just add file.separator parameter with value "" or "/".
mvn initialize -P -built -Dfile.separator=""
Otherwise it causes error on downloading miecraft *.srg files.
The text was updated successfully, but these errors were encountered: