Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
JastAdd
RagConnect
Commits
2ae8767e
Commit
2ae8767e
authored
Jan 19, 2021
by
René Schöne
Browse files
Address warning for log4j when compiling.
parent
92a9d0e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ragconnect.base/build.gradle
View file @
2ae8767e
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment