Skip to content

Commit c86cf6e

Browse files
authored
chore(gradle): nexus plugin downgrade (#10)
1 parent 749276d commit c86cf6e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,3 @@ nexusPublishing {
227227
}
228228
}
229229
}
230-
231-
infix fun <T : PluginDependency> PluginAware.apply(plugin: Provider<T>) {
232-
apply(plugin = plugin.get().pluginId)
233-
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test-spring-boot-starter = { module = "org.springframework.boot:spring-boot-star
4444
[plugins]
4545
conventionalCommits = { id = "it.nicolasfarabegoli.conventional-commits", version = "3.1.3" }
4646
errorprone = { id = "net.ltgt.errorprone", version = "4.3.0" }
47-
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" }
47+
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" }
4848
release = { id = "pl.allegro.tech.build.axion-release", version = "1.19.0" }
4949
sonarqube = { id = "org.sonarqube", version = "6.2.0.5505" }
5050
spotless = { id = "com.diffplug.spotless", version = "7.1.0" }

0 commit comments

Comments
 (0)