Skip to content

How to cross compile Abris

Adam Cervenka edited this page Nov 13, 2020 · 5 revisions

Building version for scala 2.12

The scala 2.12 is used by default so nothing special needs to be done

# build
mvn clean package

Building version for scala 2.11

# Change Scala version in pom.xml.
mvn scala-cross-build:change-version -Pscala-2.11

# build
mvn clean package

# Change back to the default Scala version.
mvn scala-cross-build:restore-version
Clone this wiki locally