Skip to content
Snippets Groups Projects
Commit 115e6333 authored by Sören Henning's avatar Sören Henning
Browse files

Add bouncycastle hint

parent 84355ec0
No related branches found
No related tags found
No related merge requests found
Pipeline #5306 passed
...@@ -12,6 +12,15 @@ You can run your application in dev mode using: ...@@ -12,6 +12,15 @@ You can run your application in dev mode using:
./gradlew quarkusDev ./gradlew quarkusDev
``` ```
### Hint for running with k3s (or k3d)
You may need to add the following dependencies to the `build.gradle` file when running Theodolite with k3s.
```
implementation 'org.bouncycastle:bcprov-ext-jdk15on:1.68'
implementation 'org.bouncycastle:bcpkix-jdk15on:1.68'
```
## Packaging and running the application ## Packaging and running the application
The application can be packaged using: The application can be packaged using:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment