@@ -11,15 +11,15 @@ plugins {
1111 id(" com.gradle.plugin-publish" ) version " 1.3.1"
1212 id(" com.palantir.git-version" ) version " 4.0.0" apply false
1313 id(" com.github.johnrengelman.shadow" ) version " 8.1.1" apply false
14- id(" io.github.gradle-nexus .publish-plugin " ) version " 2.0 .0" apply false
14+ id(" com.vanniktech.maven .publish.base " ) version " 0.35 .0" apply false
1515 id(" com.github.ben-manes.versions" ) version " 0.52.0"
1616}
1717
1818group = " org.wiremock.tools.gradle"
1919
2020java {
2121 toolchain {
22- languageVersion.set(JavaLanguageVersion .of(11 ))
22+ languageVersion.set(JavaLanguageVersion .of(17 ))
2323 }
2424}
2525
@@ -77,7 +77,7 @@ dependencies {
7777 implementation(kotlin(" stdlib-jdk8" ))
7878 implementation(" com.palantir.gradle.gitversion:gradle-git-version:4.0.0" )
7979 implementation(" com.github.johnrengelman:shadow:8.1.1" )
80- implementation(" io.github.gradle-nexus: publish- plugin:2.0 .0" )
80+ implementation(" com.vanniktech.maven.publish.base:com.vanniktech.maven. publish.base.gradle. plugin:0.35 .0" )
8181
8282 runtimeOnly(kotlin(" gradle-plugin" ))
8383
@@ -101,7 +101,7 @@ tasks {
101101
102102// default versions ---------------------------------------------------
103103
104- val wiremockVersion = " 3.10.0 "
104+ val wiremockVersion = " 4.0.0-beta.19 "
105105
106106val basePackagePath = " org/wiremock/tools/gradle/plugins"
107107val processResources by tasks.existing(ProcessResources ::class )
0 commit comments