summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMavlushechka <mavlushechka@gmail.com>2022-10-19 22:04:05 +0500
committerMavlushechka <mavlushechka@gmail.com>2022-10-19 22:04:05 +0500
commit91e670e44088e2d4427b2d3c61c497ee0a28dccf (patch)
tree68c112ecd3d655b54a9cb5e7218e3a17118cb2de /pom.xml
parent00d767cf40c759ee57871ed02f191121f23ed485 (diff)
Downgrade Java from 18 to 17 version
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index fc831d6..a80a742 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,8 +48,8 @@
</dependencies>
<properties>
- <maven.compiler.source>18</maven.compiler.source>
- <maven.compiler.target>18</maven.compiler.target>
+ <maven.compiler.source>17</maven.compiler.source>
+ <maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>