We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de67fc commit 270e49aCopy full SHA for 270e49a
build.gradle
@@ -6,7 +6,7 @@ buildscript {
6
}
7
dependencies {
8
classpath "se.bjurr.gradle.java-convention:se.bjurr.gradle.java-convention.gradle.plugin:0.+"
9
- classpath "org.wiremock.tools.gradle:gradle-wiremock-extension-plugins:0.5.0"
+ classpath "org.wiremock.tools.gradle:gradle-wiremock-extension-plugins:0.5.1"
10
11
12
@@ -75,12 +75,3 @@ shadowJar {
75
76
exclude '**/*'
77
78
-
79
-// Remove when using gradle-wiremock-extension-plugins:0.5.2 or later
80
-nexusPublishing {
81
- repositories {
82
- named("sonatype") {
83
- nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/")
84
- }
85
86
-}
0 commit comments