HHH-12774 Add missing jars to the distribution archives
This commit is contained in:
parent
c063b310b4
commit
9035793987
|
@ -145,7 +145,7 @@ distributions {
|
||||||
|
|
||||||
// todo : this closure is problematic as it does not write into the hibernate-release-$project.version directory
|
// todo : this closure is problematic as it does not write into the hibernate-release-$project.version directory
|
||||||
// due to http://issues.gradle.org/browse/GRADLE-1450
|
// due to http://issues.gradle.org/browse/GRADLE-1450
|
||||||
[ 'hibernate-c3p0', 'hibernate-proxool' ].each { feature ->
|
[ 'hibernate-agroal', 'hibernate-c3p0', 'hibernate-ehcache', 'hibernate-hikaricp', 'hibernate-jcache', 'hibernate-proxool', 'hibernate-vibur' ].each { feature ->
|
||||||
final String shortName = feature.substring( 'hibernate-'.length() )
|
final String shortName = feature.substring( 'hibernate-'.length() )
|
||||||
// WORKAROUND http://issues.gradle.org/browse/GRADLE-1450
|
// WORKAROUND http://issues.gradle.org/browse/GRADLE-1450
|
||||||
// into('lib/optional/' + shortName) {
|
// into('lib/optional/' + shortName) {
|
||||||
|
|
Loading…
Reference in New Issue