removed deprecation warning and cleaned up code

This commit is contained in:
KoenDR06 2025-09-02 20:28:20 +02:00
parent f9266ee695
commit d790531583
5 changed files with 18 additions and 25 deletions

View file

@ -7,12 +7,10 @@ If you want a command that just downloads, compiles and runs everything, run thi
```sh
git clone https://github.com/KoenDR06/KamerZoeken
cd KamerZoeken
```
Then, set your preferences in [config.toml](config.toml). After you have done this, run the following script:
Then, set your preferences in `[config.toml](config.toml)` and set your credentials in `.env` (you can find what secrets are needed in `[sample.env](sample.env)`). After you have done this, you are ready to run the script using:
```sh
./gradlew build
java -jar build/libs/KamerZoeken-1.0.0.jar
```
java -jar KamerZoeken-1.0.0.jar
```