Skip to content
Snippets Groups Projects
Commit 2ae8767e authored by René Schöne's avatar René Schöne
Browse files

Address warning for log4j when compiling.

parent 92a9d0e4
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,9 @@ idea.module.generatedSourceDirs += genSrc
jar {
manifest {
attributes "Main-Class": 'org.jastadd.ragconnect.compiler.Compiler'
// Log4J + Java 11 compatibility, see https://stackoverflow.com/q/53049346/2493208
attributes "Multi-Release": true
}
from {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment