update dependencies
This commit is contained in:
@ -4,8 +4,8 @@ Simple POS (Point of Sale) system for small to medium-sized events with receipt
|
||||
|
||||
## Requirements
|
||||
|
||||
- Java JDK 17+
|
||||
- Maven 3.6+
|
||||
- Java JDK 21+
|
||||
- Maven 3.9+
|
||||
- Display >= 1366x768
|
||||
|
||||
## Video Tutorials (German | Deutsch)
|
||||
@ -18,7 +18,7 @@ Simple POS (Point of Sale) system for small to medium-sized events with receipt
|
||||
### 1. Install dependencies
|
||||
|
||||
```bash
|
||||
sudo zypper install java-17-openjdk-devel maven
|
||||
sudo zypper install java-21-openjdk java-21-openjdk-devel maven
|
||||
```
|
||||
|
||||
### 2. Install VSCode extensions
|
||||
|
||||
Reference in New Issue
Block a user