Skip to content

Commit

Permalink
chore: cleanup Gradle deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jun 26, 2023
1 parent fee268b commit 66833d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ test {
tasks.withType(CodeNarc).configureEach { codeNarcTask ->
reports {
console {
enabled = true
required = true
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion consumer/junit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
plugins {
id 'au.com.dius.pact.kotlin-library-conventions'

id "nebula.clojure" version "9.4.1"
id "com.netflix.nebula.clojure" version "13.0.1"
}

description = 'Pact-JVM - Provides a DSL and a base test class for use with Junit to build consumer tests'
Expand Down
2 changes: 1 addition & 1 deletion provider/lein/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {

plugins {
id 'au.com.dius.pact.kotlin-library-conventions'
id "nebula.clojure" version "9.4.1"
id "com.netflix.nebula.clojure" version "13.0.1"
}

description = 'Pact-JVM - Leiningen Provider test support library'
Expand Down

0 comments on commit 66833d0

Please sign in to comment.