temporarily remove `project-template` module as it causes problems with ci-release (specifically some issue with uploading to BinTray)

This commit is contained in:
Steve Ebersole 2021-03-18 15:50:22 -05:00
parent e29f616d77
commit 124959fa59
2 changed files with 7 additions and 7 deletions

View File

@ -105,11 +105,11 @@ task assembleDocumentation(type: Task, dependsOn: [rootProject.project( 'documen
} }
} }
task assembleProjectTemplates(type:Copy, dependsOn: project( ":project-template" ).tasks.assembleDist) { //task assembleProjectTemplates(type:Copy, dependsOn: project( ":project-template" ).tasks.assembleDist) {
def templateProject = project( ":project-template" ) // def templateProject = project( ":project-template" )
from templateProject.layout.buildDirectory.dir( "distributions" ) // from templateProject.layout.buildDirectory.dir( "distributions" )
into projectTemplateStagingDir // into projectTemplateStagingDir
} //}
/** /**
* Upload the documentation to the JBoss doc server * Upload the documentation to the JBoss doc server

View File

@ -131,8 +131,8 @@ project(':metamodel-generator').name = 'hibernate-jpamodelgen'
include 'hibernate-gradle-plugin' include 'hibernate-gradle-plugin'
project(':hibernate-gradle-plugin').projectDir = new File(rootProject.projectDir, "tooling/hibernate-gradle-plugin") project(':hibernate-gradle-plugin').projectDir = new File(rootProject.projectDir, "tooling/hibernate-gradle-plugin")
include 'project-template' //include 'project-template'
project(':project-template').projectDir = new File(rootProject.projectDir, "tooling/project-template") //project(':project-template').projectDir = new File(rootProject.projectDir, "tooling/project-template")
include 'hibernate-enhance-maven-plugin' include 'hibernate-enhance-maven-plugin'
project(':hibernate-enhance-maven-plugin').projectDir = new File(rootProject.projectDir, "tooling/hibernate-enhance-maven-plugin") project(':hibernate-enhance-maven-plugin').projectDir = new File(rootProject.projectDir, "tooling/hibernate-enhance-maven-plugin")