Skip to content
This repository was archived by the owner on Apr 12, 2023. It is now read-only.

Commit 9377ba1

Browse files
committed
Down jdk version 18 -> 17
1 parent e83049c commit 9377ba1

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@
1717
1818
![Screenshot](./Screenshots/jdosattack.gif)
1919

20-
- Requirements:
21-
- jdk-18 or higher
20+
- Requirements for development:
21+
- jdk-17 or higher
22+
- Maven
23+
- IntelliJ IDEA (not required but recommended)
2224

2325
## Command Line Arguments (All are optional)
2426

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
</dependencies>
3232

3333
<properties>
34-
<maven.compiler.source>18</maven.compiler.source>
35-
<maven.compiler.target>18</maven.compiler.target>
34+
<maven.compiler.source>17</maven.compiler.source>
35+
<maven.compiler.target>17</maven.compiler.target>
3636
<sonar.organization>anas-elgarhy</sonar.organization>
3737
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
3838
</properties>

0 commit comments

Comments
 (0)