Skip to content

Commit 256bc5e

Browse files
committed
[hibernate#2368] Remove gradle-nexus:publish-plugin from the catalog
We don't use it anymore since the switch to JRelease. This was just a left over.
1 parent 31ab286 commit 256bc5e

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ plugins {
55
id 'maven-publish'
66
alias(libs.plugins.com.diffplug.spotless)
77
alias(libs.plugins.org.asciidoctor.jvm.convert) apply false
8-
alias(libs.plugins.io.github.gradle.nexus.publish.plugin)
98
}
109

1110
group = "org.hibernate.reactive"

ci/snapshot-publish.Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ pipeline {
4040
steps {
4141
script {
4242
withCredentials([
43-
// https://github.com/gradle-nexus/publish-plugin#publishing-to-maven-central-via-sonatype-ossrh
4443
// TODO: Once we switch to maven-central publishing (from nexus2) we need to update credentialsId:
4544
// https://docs.gradle.org/current/samples/sample_publishing_credentials.html#:~:text=via%20environment%20variables
4645
usernamePassword(credentialsId: 'central.sonatype.com', passwordVariable: 'ORG_GRADLE_PROJECT_snapshotsPassword', usernameVariable: 'ORG_GRADLE_PROJECT_snapshotsUsername'),

gradle/libs.versions.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,5 @@ org-testcontainers-postgresql = { group = "org.testcontainers", name = "postgres
5656

5757
[plugins]
5858
com-diffplug-spotless = { id = "com.diffplug.spotless", version = "7.1.0" }
59-
io-github-gradle-nexus-publish-plugin = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" }
6059
org-asciidoctor-jvm-convert = { id = "org.asciidoctor.jvm.convert", version = "4.0.4" }
6160
org-hibernate-orm = { id = "org.hibernate.orm", version.ref = "hibernateOrmGradlePluginVersion" }

0 commit comments

Comments
 (0)