Skip to content

Commit a485efa

Browse files
marko-bekhtambellade
authored andcommitted
HHH-19767 Include license file in the META-INF of published artifacts
1 parent 8bd60dd commit a485efa

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
@@ -315,6 +315,11 @@ tasks.named("jar") {
315315
'-exportcontents': "*;version=${project.version}"
316316
)
317317
}
318+
metaInf {
319+
from(rootProject.projectDir, {
320+
include "LICENSE.txt"
321+
})
322+
}
318323
}
319324

320325

0 commit comments

Comments
 (0)