Skip to content

Commit 6d4d580

Browse files
committed
[#2501] Include license file in the META-INF of published artifacts
1 parent f2e7ec0 commit 6d4d580

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

publish.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jar {
2424
'Implementation-Url': 'https://hibernate.org/reactive',
2525
)
2626
}
27+
metaInf {
28+
from(rootProject.projectDir, {
29+
include "LICENSE"
30+
})
31+
}
2732
}
2833

2934
javadoc {

0 commit comments

Comments
 (0)