temporarily remove `project-template` module as it causes problems with ci-release (specifically some issue with uploading to BinTray)
This commit is contained in:
parent
e29f616d77
commit
124959fa59
|
@ -105,11 +105,11 @@ task assembleDocumentation(type: Task, dependsOn: [rootProject.project( 'documen
|
|||
}
|
||||
}
|
||||
|
||||
task assembleProjectTemplates(type:Copy, dependsOn: project( ":project-template" ).tasks.assembleDist) {
|
||||
def templateProject = project( ":project-template" )
|
||||
from templateProject.layout.buildDirectory.dir( "distributions" )
|
||||
into projectTemplateStagingDir
|
||||
}
|
||||
//task assembleProjectTemplates(type:Copy, dependsOn: project( ":project-template" ).tasks.assembleDist) {
|
||||
// def templateProject = project( ":project-template" )
|
||||
// from templateProject.layout.buildDirectory.dir( "distributions" )
|
||||
// into projectTemplateStagingDir
|
||||
//}
|
||||
|
||||
/**
|
||||
* Upload the documentation to the JBoss doc server
|
||||
|
|
|
@ -131,8 +131,8 @@ project(':metamodel-generator').name = 'hibernate-jpamodelgen'
|
|||
include 'hibernate-gradle-plugin'
|
||||
project(':hibernate-gradle-plugin').projectDir = new File(rootProject.projectDir, "tooling/hibernate-gradle-plugin")
|
||||
|
||||
include 'project-template'
|
||||
project(':project-template').projectDir = new File(rootProject.projectDir, "tooling/project-template")
|
||||
//include 'project-template'
|
||||
//project(':project-template').projectDir = new File(rootProject.projectDir, "tooling/project-template")
|
||||
|
||||
include 'hibernate-enhance-maven-plugin'
|
||||
project(':hibernate-enhance-maven-plugin').projectDir = new File(rootProject.projectDir, "tooling/hibernate-enhance-maven-plugin")
|
||||
|
|
Loading…
Reference in New Issue