FIXME contribution guidelines like in other LB projects
To build locally, you need to fetch a token at https://account.akka.io/token that you have to place into ~/.sbt/1.0/akka-commercial.sbt file like this:
ThisBuild / resolvers += "lightbend-akka".at("your token resolver here")
-
The SDK can be built with
sbt publishM2 -
Samples can be updated to a locally built SDK with
updateSamplesVersions.sh samples/*