From 4b950893a51681930fd33c8baad1b4709f9e7eff Mon Sep 17 00:00:00 2001 From: Kronox Date: Sun, 26 Dec 2021 22:16:04 +0100 Subject: [PATCH] added Lombok dependency --- BedrockBukkit/BedrockBukkit.iml | 1 + BedrockBungee/BedrockBungee.iml | 1 + BedrockCore/BedrockCore.iml | 1 + pom.xml | 16 ++++++++++++---- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/BedrockBukkit/BedrockBukkit.iml b/BedrockBukkit/BedrockBukkit.iml index a48d249a..0325b383 100644 --- a/BedrockBukkit/BedrockBukkit.iml +++ b/BedrockBukkit/BedrockBukkit.iml @@ -23,5 +23,6 @@ + \ No newline at end of file diff --git a/BedrockBungee/BedrockBungee.iml b/BedrockBungee/BedrockBungee.iml index a8bbaace..0ec4a8f8 100644 --- a/BedrockBungee/BedrockBungee.iml +++ b/BedrockBungee/BedrockBungee.iml @@ -35,5 +35,6 @@ + \ No newline at end of file diff --git a/BedrockCore/BedrockCore.iml b/BedrockCore/BedrockCore.iml index b81291e3..b4fea606 100644 --- a/BedrockCore/BedrockCore.iml +++ b/BedrockCore/BedrockCore.iml @@ -20,5 +20,6 @@ + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 7fa8ccd2..ee0cc1d9 100644 --- a/pom.xml +++ b/pom.xml @@ -67,11 +67,11 @@ https://nexus.lichtspiele.org/repository/snapshots/ - + - scm:git:ssh://git@bitbucket.org/cubenation/bedrock.git - http://bitbucket.org/cubenation/bedrock - scm:git:ssh://git@bitbucket.org/cubenation/bedrock.git + scm:git:ssh://git@bitbucket.org/cubenation/bedrock.git + http://bitbucket.org/cubenation/bedrock + scm:git:ssh://git@bitbucket.org/cubenation/bedrock.git @@ -157,6 +157,14 @@ 2.8.1 + + + org.projectlombok + lombok + 1.18.22 + provided + +