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
After clone the project, can't build the source, because gradle.build trying to execute app win plugin, but on linux it's make not sense
~/projects/others/jackfish
$ ./gradlew build
> Configure project :
4.5.14.local_build
> Configure project :mocks:win
task 'buildMockWin' doesn't run because your actual OS is 'linux' but expected 'Windows'
> Task :plugins:app:win:nugetRestore FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':plugins:app:win:nugetRestore'.
> A problem occurred starting process 'command 'mono''
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 0s
42 actionable tasks: 1 executed, 41 up-to-date
Also, can you describe on README, which task from gradle need to be executed for building project ( build or something other)
The text was updated successfully, but these errors were encountered:
After clone the project, can't build the source, because gradle.build trying to execute
app win
plugin, but on linux it's make not senseAlso, can you describe on README, which task from gradle need to be executed for building project ( build or something other)
The text was updated successfully, but these errors were encountered: