Skip to content

Commit

Permalink
settings.gradle remove dup consensusj-analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Feb 26, 2021
1 parent e51c0de commit ac84ab8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ include 'consensusj-currency', // JavaMoney Currency Provider(s

if (JavaVersion.current().isJava9Compatible()) {
System.err.println "Including JDK 9 modules because Java ${JavaVersion.current()} is JDK 9+"
include 'consensusj-analytics' // Reactive analytics libraries
include 'consensusj-jsonrpc-cli' // JSON-RPC CLI library and tool
include 'consensusj-jsonrpc-daemon' // JSON-RPC sample server
include 'consensusj-rx-zeromq' // RxJava 3 adapter for ZeroMQ (uses JeroMQ)
Expand All @@ -41,7 +40,7 @@ if (JavaVersion.current().isJava9Compatible()) {
}

if (JavaVersion.current().isJava11Compatible()) {
include 'consensusj-analytics'
include 'consensusj-analytics' // Reactive analytics libraries
} else {
System.err.println "Skipping JDK 11 modules, requires Java 11+, currently running Java ${JavaVersion.current()}"
}
Expand Down

0 comments on commit ac84ab8

Please sign in to comment.