9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-29 03:59:06 +00:00

Compiler tweak for param names

This commit is contained in:
cyberpwn
2021-08-16 16:07:00 -04:00
parent a7e78cc3fb
commit 9f16fa189f

View File

@@ -153,6 +153,10 @@ repositories {
// maven { allowInsecureProtocol true, url 'http://archive.arcane.art/repository/arcane'}
}
compileJava {
options.compilerArgs << '-parameters'
}
shadowJar
{
minimize()