jackfish icon indicating copy to clipboard operation
jackfish copied to clipboard

Can't build jackfish on linux machine

Open AndrewBystrov opened this issue 6 years ago • 0 comments

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)

AndrewBystrov avatar Feb 12 '20 08:02 AndrewBystrov