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 16:00:32 -05:00
parent 124959fa59
commit 19c02f756d
1 changed files with 5 additions and 4 deletions

View File

@ -157,10 +157,11 @@ distributions {
from parent.project( 'hibernate-core' ).configurations.provided.files { dep -> dep.name == 'javassist' }
}
into( 'project-template' ) {
// todo : hook in some form of variable replacement - especially for version
from project( ':project-template' ).files( 'src/main/dist' )
}
// todo (6.0) - add back
// into( 'project-template' ) {
// // todo : hook in some form of variable replacement - especially for version
// from project( ':project-template' ).files( 'src/main/dist' )
// }
// todo (6.0) - add back spatial
// into( 'lib/spatial' ) {