aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2021-03-31 01:17:51 +0300
committerGravatar vitalyster2021-03-31 01:25:54 +0300
commit8bb1cfff1a4af8f5d9a993a7385b6a624ca523e4 (patch)
tree4be7f0e28fc759db04e785a89a25c132f3d4acaa /pom.xml
parent43f017a7d5daf9b300a4e18f3fdf8691607364f5 (diff)
Update CI configuration
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 7a57e386..0ae9448c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,8 +11,8 @@
<version>2.0-SNAPSHOT</version>
<properties>
- <maven.compiler.source>15</maven.compiler.source>
- <maven.compiler.target>15</maven.compiler.target>
+ <maven.compiler.source>11</maven.compiler.source>
+ <maven.compiler.target>11</maven.compiler.target>
</properties>
<dependencies>