FrankH
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Problem with command line in gradle
AnsweredI have a very odd problem in gradle when running inside Intellij on a MacbookI'm executing a Gradle task as an exec trying to run yarn in the following way (simplified)tasks.register('yarn', Exec) ...