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
124959fa59
commit
19c02f756d
|
@ -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' ) {
|
||||
|
|
Loading…
Reference in New Issue