Skip to content

Commit 38be5f2

Browse files
marko-bekhtadreab8
authored andcommitted
HHH-19341 Remove the use of the gradle-maven-publish-auth
1 parent e856cfe commit 38be5f2

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ plugins {
2323
id 'me.champeau.buildscan-recipes' version '0.2.3'
2424
id 'nu.studer.credentials' version '2.2'
2525
id 'org.hibernate.build.xjc' version '2.0.1' apply false
26-
id 'org.hibernate.build.maven-repo-auth' version '3.0.3' apply false
2726
id 'biz.aQute.bnd' version '5.1.1' apply false
2827
}
2928

gradle/publishing-repos.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
*/
77

88
apply plugin: 'maven-publish'
9-
if ( rootProject.ormVersion.isSnapshot ) {
10-
apply plugin: 'org.hibernate.build.maven-repo-auth'
11-
}
129

1310
publishing {
1411
publications {

hibernate-infinispan/hibernate-infinispan.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ description = '(deprecated - use org.infinispan:infinispan-hibernate-cache-v53 i
1010
apply from: rootProject.file( 'gradle/publishing-repos.gradle' )
1111
apply from: rootProject.file( 'gradle/publishing-pom.gradle' )
1212
apply plugin: 'maven-publish'
13-
//apply plugin: 'org.hibernate.build.maven-repo-auth'
1413

1514
ext {
1615
relocatedGroupId = 'org.infinispan'

0 commit comments

Comments
 (0)