mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-19 05:43:51 +01:00
Fix lnd build warning (#2899)
This commit is contained in:
parent
8b8d5dcc0e
commit
be14de459e
@ -10,7 +10,7 @@ CommonSettings.prodSettings
|
|||||||
enablePlugins(AkkaGrpcPlugin)
|
enablePlugins(AkkaGrpcPlugin)
|
||||||
|
|
||||||
// Disable deprecation warning otherwise protobuf deprecation warnings will cause errors
|
// Disable deprecation warning otherwise protobuf deprecation warnings will cause errors
|
||||||
scalacOptions in Compile += {
|
Compile / scalacOptions += {
|
||||||
//Added to supress all of the deprecation warnings inside of the
|
//Added to supress all of the deprecation warnings inside of the
|
||||||
//generated scala code by the grpc plugin. Two packages have deprecations
|
//generated scala code by the grpc plugin. Two packages have deprecations
|
||||||
//inside of them, 'signrpc' and 'lnrpc'
|
//inside of them, 'signrpc' and 'lnrpc'
|
||||||
|
Loading…
Reference in New Issue
Block a user