Skip to content

Commit 82340d1

Browse files
marko-bekhtaDavideD
authored andcommitted
[hibernate#2501] Include license file in the META-INF of published artifacts
1 parent 94f2f9c commit 82340d1

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
@@ -28,6 +28,11 @@ jar {
2828
'Automatic-Module-Name': moduleName,
2929
)
3030
}
31+
metaInf {
32+
from(rootProject.projectDir, {
33+
include "LICENSE"
34+
})
35+
}
3136
}
3237

3338
javadoc {

0 commit comments

Comments
 (0)