File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,10 @@ distributions {
125
125
from parent. project( ' hibernate-core' ). configurations. provided. files { dep -> dep. name == ' javassist' }
126
126
}
127
127
128
+ into(' lib/java8' ) {
129
+ from parent. project( ' hibernate-java8' ). configurations. archives. allArtifacts. files. filter{ file -> ! file. name. endsWith(' -sources.jar' ) }
130
+ }
131
+
128
132
into( ' lib/jpa' ) {
129
133
from parent. project( ' hibernate-entitymanager' ). configurations. archives. allArtifacts. files. filter{ file -> ! file. name. endsWith(' -sources.jar' ) }
130
134
}
@@ -202,6 +206,7 @@ distributions {
202
206
}
203
207
}
204
208
}
209
+ from parent. project( ' hibernate-entitymanager' ). configurations. archives. allArtifacts. files. filter { file -> ! file. name. endsWith(' -sources.jar' ) }
205
210
206
211
distZip. dependsOn assembleDocumentation
207
212
distTar. dependsOn assembleDocumentation
You can’t perform that action at this time.
0 commit comments