Builds Spark (minus the Install4j distributables) after every change to the code.

Build: #283 was successful Changes by wroot <wrooot@users.noreply.github.com> and Guus der Kinderen

Code commits

Spark (master)

  • wroot <wrooot@users.noreply.github.com>

    wroot <wrooot@users.noreply.github.com> b21f85aabcb4612746d6fb28cdc064237b06ab8b

    Merge pull request #572 from guusdk/dependabot-fix-for-xstream
    Replace XStream with more compatible version
    SPARK-2206

  • Guus der Kinderen

    Guus der Kinderen 20df1d00f20de76d543b4f6e85632743f3dc35c7

    Replace XStream with more compatible version
    Dependabot replaced the regular version of XStream with one that's 'java7' classified. This introduces a ClassNotFound exception.

    This causes various XML file processing (such as done during update checks) to fail.

    This commit replaces the XStream dependency with the regular variant, which resolves the issue.

    • core/pom.xml (version 20df1d00f20de76d543b4f6e85632743f3dc35c7)