Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit f174a28

Browse files
committed
Use JDK17 and dependency updates
1 parent 48325b1 commit f174a28

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ _TSR_ is built on Spring and React.
2525

2626
#### Dependencies Installed:
2727

28-
- Java 15 (JDK)
28+
- Java 17 (JDK)
2929
- `yarn`
3030
- `direnv`
3131
- Docker / `docker-compose`
32-
- OSX specific: `homebrew` and `geckodriver`
32+
- OSX specific: `homebrew`
3333

3434
## Run
3535

@@ -40,11 +40,12 @@ _TSR_ is built on Spring and React.
4040
- `yarn start` in the client directory will run just the front end <http://localhost:3000>.
4141
- Login with user `tsr:password` at <http://localhost:8080>. Switch to port 3000 for live reloading.
4242
- _TSR_ uses Websockets for updating event state.
43-
- `./pipeline/build.sh` will build and package _TSR_ as a runnable jar file in `build/libs`.
43+
- `./pipeline/build.sh` will build and package a production _TSR_ application in a jar file within `build/libs`.
4444

4545
## Testing
4646

4747
Created with TDD principles. Run `test.sh` to run all tests.
48+
- `test.sh` will run the tests and build a runnable jar in `build/libs` without CSP for use without HTTPS.
4849

4950
- On the backend we use [JUnit5](https://junit.org/junit5/docs/current/user-guide/)
5051
and [mockk](https://mockk.io) for mocking.

0 commit comments

Comments
 (0)