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
For now, I am using Maven wrapper, and I have an issue where, while building, I get
> [server deps 7/7] RUN ./mvnw install -DskipTests --mount=type=bind,source=pom.xml,target=pom.xml:
0.102 /bin/sh: 1: ./mvnw: not found
Sources say it is a permissions problem, but when I edit them, the same issue persists. I want to run ./mvnw javafx:run at the end, though I don't know if it is a good approach.
For now, I am using Maven wrapper, and I have an issue where, while building, I get
Sources say it is a permissions problem, but when I edit them, the same issue persists. I want to run ./mvnw javafx:run at the end, though I don't know if it is a good approach.
Originally posted by @BarTracz in #5 (comment)
The text was updated successfully, but these errors were encountered: