We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af5966 commit 2ec5d93Copy full SHA for 2ec5d93
release/release.gradle
@@ -157,6 +157,9 @@ distributions {
157
- parent.project( 'hibernate-entitymanager' ).configurations.runtime
158
- parent.project( 'hibernate-entitymanager' ).configurations.archives.allArtifacts.files
159
)
160
+ from(
161
+ parent.project( 'hibernate-osgi' ).extensions.karafFeatures.featuresXmlFile
162
+ )
163
}
164
165
// todo : this closure is problematic as it does not write into the hibernate-release-$project.version directory
0 commit comments