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

fix syntax error in build.gradle

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