HHH-14513 Move publishing release artifacts from BinTray

This commit is contained in:
Andrea Boriero 2021-04-29 20:17:45 +02:00 committed by gbadner
parent d644a6e8f6
commit 9e454a3819
3 changed files with 5 additions and 3 deletions

View File

@ -21,7 +21,7 @@ buildscript {
plugins {
id 'me.champeau.buildscan-recipes' version '0.2.3'
id 'io.github.gradle-nexus.publish-plugin' version '1.0.0'
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
id 'nu.studer.credentials' version '2.1'
id 'org.hibernate.build.xjc' version '2.0.1' apply false
id 'org.hibernate.build.maven-repo-auth' version '3.0.3' apply false

View File

@ -6,7 +6,9 @@
*/
apply plugin: 'maven-publish'
apply plugin: 'org.hibernate.build.maven-repo-auth'
if ( rootProject.ormVersion.isSnapshot ) {
apply plugin: 'org.hibernate.build.maven-repo-auth'
}
publishing {
publications {

View File

@ -10,7 +10,7 @@ description = '(deprecated - use org.infinispan:infinispan-hibernate-cache-v53 i
apply from: rootProject.file( 'gradle/publishing-repos.gradle' )
apply from: rootProject.file( 'gradle/publishing-pom.gradle' )
apply plugin: 'maven-publish'
apply plugin: 'org.hibernate.build.maven-repo-auth'
//apply plugin: 'org.hibernate.build.maven-repo-auth'
ext {
relocatedGroupId = 'org.infinispan'