Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msupic committed Feb 12, 2024
1 parent dfd4e61 commit 4cb358b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ Caused by: java.lang.NoSuchMethodException: oracle.ucp.jdbc.proxy.oracle$1ucp$1j
-p 1521:1521 \
gvenzl/oracle-xe:slim-faststart
```
2. Run
2. Wait the container to start
3. Run
```shell
./gradlew clean nativeRun
```

If **ucp** version is changed **23.3.0.23.09** from to **21.11.0.0** in build.gradle, **./gradlew nativeRun** is successfully executed.
If **ucp** version is changed **23.3.0.23.09** from to **21.11.0.0** in build.gradle, **./gradlew clean nativeRun** is successfully executed.

0 comments on commit 4cb358b

Please sign in to comment.