* Add `--add-opens` to `asciidoctor` Gradle task to avoid compilation warning * Upgrade to Kotlin `1.6.10` and modify its Gradle task respective * Add empty impl for new `AnnotationMetadataAdapter.getDeclaredMethods()` * Parse HTTP methods to new `String methodNames` property of the `RequestMapping` since `HttpMethod` is not an `enum` anymore. * Ignore JDBC tests which rely on a map property resolution: the `[]` placeholder is not handled in the latest SF anymore. * Fix `WebFluxInboundEndpoint` for deprecations
6 lines
202 B
INI
6 lines
202 B
INI
version=6.0.0-SNAPSHOT
|
|
org.gradle.jvmargs=-Xmx1536M -Dfile.encoding=UTF-8
|
|
org.gradle.caching=true
|
|
org.gradle.parallel=true
|
|
kotlin.stdlib.default.dependency=false
|
|
kotlin.jvm.target.validation.mode=IGNORE |