Skip to content

Commit

Permalink
chore: only include lein module if Java == 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Apr 22, 2019
1 parent 7c04a8c commit b811d2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ include 'provider:pact-jvm-provider-junit'
include 'provider:pact-jvm-provider-junit5'
include 'provider:pact-jvm-provider-spring'

//include 'provider:pact-jvm-provider-lein'
if (JavaVersion.current().isJava8()) {
include 'provider:pact-jvm-provider-lein'
}

//include 'pact-jvm-consumer-specs2'
//include 'pact-jvm-provider-specs2'
//include 'pact-jvm-provider-scalatest'
Expand Down

0 comments on commit b811d2a

Please sign in to comment.