File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,15 @@ distributions {
122
122
from parent. project( ' hibernate-entitymanager' ). configurations. archives. allArtifacts. files. filter{ file -> ! file. name. endsWith(' -sources.jar' ) }
123
123
}
124
124
125
+ into( ' lib/spatial' ) {
126
+ from(
127
+ ( parent. project( ' hibernate-spatial' ). configurations. archives. allArtifacts. files. filter{ file -> ! file. name. endsWith(' -sources.jar' ) }
128
+ + parent. project( ' hibernate-spatial' ). configurations. runtime )
129
+ - parent. project( ' hibernate-core' ). configurations. runtime
130
+ - parent. project( ' hibernate-core' ). configurations. archives. allArtifacts. files
131
+ )
132
+ }
133
+
125
134
into( ' lib/jpa-metamodel-generator' ) {
126
135
from parent. project( ' hibernate-jpamodelgen' ). configurations. archives. allArtifacts. files. filter{ file -> ! file. name. endsWith(' -sources.jar' ) }
127
136
}
You can’t perform that action at this time.
0 commit comments