bitcoin-s/secp256k1jni/build.sbt
Daniel James 0309675528 Refactor multi-module build
- separate Java source copied from libsecp256k1 into separate module
- split main module into core core-gen core-test
  - generators can be published separated to core code for use in
    3rd-party tests
- code coverage needs to be aggregated
2018-05-02 16:18:01 -04:00

9 lines
252 B
Scala

name := "secp256k1jni"
// TODO: we may want to override the version and publish separately
// version := "0.0.1"
autoScalaLibrary := false // exclude scala-library from dependencies
crossPaths := false // drop off Scala suffix from artifact names.