FrankH
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
-
FrankH created a post, AnsweredProblem with command line in gradle
I 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) ...