mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-24 15:02:17 +01:00
- 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
9 lines
252 B
Scala
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.
|