Skip to content

Commit 96f8338

Browse files
committed
HHH-14513 Move publishing release artifacts from BinTray
1 parent 9676989 commit 96f8338

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121

2222
plugins {
2323
id 'me.champeau.buildscan-recipes' version '0.2.3'
24-
id 'io.github.gradle-nexus.publish-plugin' version '1.0.0'
24+
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
2525
id 'nu.studer.credentials' version '2.1'
2626
id 'org.hibernate.build.xjc' version '2.0.1' apply false
2727
id 'org.hibernate.build.maven-repo-auth' version '3.0.3' apply false

gradle/publishing-repos.gradle

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

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

1113
publishing {
1214
publications {

hibernate-infinispan/hibernate-infinispan.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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'
13+
//apply plugin: 'org.hibernate.build.maven-repo-auth'
1414

1515
ext {
1616
relocatedGroupId = 'org.infinispan'

hibernate-orm-modules/hibernate-orm-modules.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ext {
2727
description = "Feature Pack of Hibernate ORM modules for WildFly ${project.wildFlyMajorVersion}"
2828

2929
apply plugin: 'maven-publish'
30-
apply plugin: 'org.hibernate.build.maven-repo-auth'
30+
//apply plugin: 'org.hibernate.build.maven-repo-auth'
3131
apply from: rootProject.file( 'gradle/publishing-repos.gradle' )
3232
apply from: rootProject.file( 'gradle/publishing-pom.gradle' )
3333

0 commit comments

Comments
 (0)