Skip to content
Snippets Groups Projects
Commit 0d9c27e2 authored by Carl Jones's avatar Carl Jones
Browse files

support multi-release jar as used by log4j2

parent 539897a6
No related branches found
No related tags found
No related merge requests found
......@@ -45,12 +45,16 @@ run{
jar {
manifest {
attributes 'Main-Class': 'com.cm6123.monopoly.app.Application'
attributes ('Main-Class': 'com.cm6123.monopoly.app.Application',
'Multi-Release','true')
}
from sourceSets.main.allSource
}
application {
mainClassName = 'com.cm6123.monopoly.app.Application'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment