From 2b2a0f0629147dab0ebf8e6fb516cf3e06d11897 Mon Sep 17 00:00:00 2001 From: Poyraz INAN Date: Thu, 18 Aug 2022 23:43:21 +0300 Subject: [PATCH] Update pom.xml added compiler plugin --- pom.xml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 14edb51..8c5faf4 100644 --- a/pom.xml +++ b/pom.xml @@ -7,6 +7,23 @@ xyz.geik.webhook.discord GDWebhook 1.0-SNAPSHOT + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-jar-plugin + + + org.projectlombok @@ -17,8 +34,8 @@ - 18 - 18 + 11 + 11 \ No newline at end of file