HHH-14513 Move publishing release artifacts from BinTray
This commit is contained in:
parent
d644a6e8f6
commit
9e454a3819
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue