dave08
06/05/2024, 3:09 PMToshihiro Nakamura
06/05/2024, 11:07 PMdave08
06/06/2024, 9:40 AMToshihiro Nakamura
06/09/2024, 1:42 AMconfigurations.all {
resolutionStrategy.dependencySubstitution {
substitute(module("com.github.jasync-sql:jasync-r2dbc-mysql"))
.using(module("io.asyncer:r2dbc-mysql:1.1.3"))
}
}
However, if you are using java.time.Instant
or java.time.OffsetDateTime
in your application, it will not work.dave08
06/09/2024, 10:03 AM