mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
doc: Quarkus launch rebuild optimization (#28320)
Suggest a command which performs the update of the class loading indices only once. Closes #28336 Signed-off-by: Michal Růžička <michal.ruza@gmail.com>
This commit is contained in:
parent
1c3890bb0e
commit
6864ee0ead
@ -241,7 +241,7 @@ If you find that your server will not start due to a `NoSuchFileException` error
|
||||
|
||||
[source,bash]
|
||||
----
|
||||
./kc.sh -Dquarkus.launch.rebuild=true
|
||||
./kc.sh -Dquarkus.launch.rebuild=true --help
|
||||
----
|
||||
|
||||
This will force Quarkus to rebuild the classloading related index files. From there you should be able to perform a non-optimized start or build without an exception.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user