diff --git a/.idea/misc.xml b/.idea/misc.xml index 7f3f344..833623e 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -13,7 +13,7 @@ - + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 63399f0..ffe9aa6 100644 --- a/pom.xml +++ b/pom.xml @@ -111,6 +111,26 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.13.0 + + ${maven.compiler.source} + ${maven.compiler.target} + + -proc:full + + + + + org.projectlombok + lombok + 1.18.42 + + + + org.apache.maven.plugins maven-source-plugin