-
Notifications
You must be signed in to change notification settings - Fork 1
Open
@StefanOltmann
Description
It tries to call ./gradle build
on Windows, which does fail.
On Windows it must call gradlew.bat
, but maybe there is a better way to tell Gradle that this task depends on build
.
commandLine("./gradlew", "build")
Metadata
Metadata
Assignees
Labels
No labels