Skip to content

Commit bc2ea33

Browse files
marko-bekhtambellade
authored andcommitted
HHH-19767 Include license file in the META-INF of published artifacts
1 parent 15b79b7 commit bc2ea33

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

local-build-plugins/src/main/groovy/local.java-module.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,11 @@ tasks.named("jar") {
316316
'-exportcontents': "*;version=${project.version}"
317317
)
318318
}
319+
metaInf {
320+
from(rootProject.projectDir, {
321+
include "LICENSE.txt"
322+
})
323+
}
319324
}
320325

321326

0 commit comments

Comments
 (0)