Skip to content

Commit 270e49a

Browse files
committed
chore: trying to fix publishing
1 parent 3de67fc commit 270e49a

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

build.gradle

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77
dependencies {
88
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"
9+
classpath "org.wiremock.tools.gradle:gradle-wiremock-extension-plugins:0.5.1"
1010
}
1111
}
1212

@@ -75,12 +75,3 @@ shadowJar {
7575

7676
exclude '**/*'
7777
}
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

Comments
 (0)