My Gradle task can not find oracle-r2dbc-1.1.1.pom from the Maven Repository.
The directory exists, but it does not contain the pom file.
The results of running the Gradle task are shown below:
$ ./gradlew build
> Task :komapper-dialect-oracle-r2dbc:compileKotlin FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':komapper-dialect-oracle-r2dbc:compileKotlin'.
> Could not resolve all files for configuration ':komapper-dialect-oracle-r2dbc:compileClasspath'.
> Could not find com.oracle.database.r2dbc:oracle-r2dbc:1.1.1.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/com/oracle/database/r2dbc/oracle-r2dbc/1.1.1/oracle-r2dbc-1.1.1.pom
- https://repo.spring.io/milestone/com/oracle/database/r2dbc/oracle-r2dbc/1.1.1/oracle-r2dbc-1.1.1.pom
- https://oss.sonatype.org/content/repositories/snapshots/com/oracle/database/r2dbc/oracle-r2dbc/1.1.1/oracle-r2dbc-1.1.1.pom
Required by:
project :komapper-dialect-oracle-r2dbc
My Gradle task can not find oracle-r2dbc-1.1.1.pom from the Maven Repository. The directory exists, but it does not contain the pom file.
The results of running the Gradle task are shown below: