|
@@ -20,6 +20,11 @@ allprojects {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ // Spring Framework 6.1 requires -parameters to be able to introspect method parameter names
|
|
|
|
+ tasks.withType(JavaCompile) {
|
|
|
|
+ options.compilerArgs.add("-parameters")
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
if (hasProperty('buildScan')) {
|
|
if (hasProperty('buildScan')) {
|