@@ -53,5 +53,8 @@ dependencies {
tasks.withType(Test).configureEach {
useJUnitPlatform()
-
+}
+
+tasks.withType(JavaCompile).configureEach {
+ options.compilerArgs << "-parameters"
}