HHH-14513 Move publishing release artifacts from BinTray
This commit is contained in:
parent
9bcf10fb3f
commit
cd97e59d21
|
@ -21,7 +21,7 @@ buildscript {
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'me.champeau.buildscan-recipes' version '0.2.3'
|
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 'nu.studer.credentials' version '2.1'
|
||||||
id 'org.hibernate.build.xjc' version '2.0.1' apply false
|
id 'org.hibernate.build.xjc' version '2.0.1' apply false
|
||||||
id 'org.hibernate.build.maven-repo-auth' version '3.0.3' 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: 'maven-publish'
|
||||||
apply plugin: 'org.hibernate.build.maven-repo-auth'
|
if ( rootProject.ormVersion.isSnapshot ) {
|
||||||
|
apply plugin: 'org.hibernate.build.maven-repo-auth'
|
||||||
|
}
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
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-repos.gradle' )
|
||||||
apply from: rootProject.file( 'gradle/publishing-pom.gradle' )
|
apply from: rootProject.file( 'gradle/publishing-pom.gradle' )
|
||||||
apply plugin: 'maven-publish'
|
apply plugin: 'maven-publish'
|
||||||
apply plugin: 'org.hibernate.build.maven-repo-auth'
|
//apply plugin: 'org.hibernate.build.maven-repo-auth'
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
relocatedGroupId = 'org.infinispan'
|
relocatedGroupId = 'org.infinispan'
|
||||||
|
|
Loading…
Reference in New Issue