Skip to content

Commit 2f96ad0

Browse files
author
Nafu Satsuki
committed
Update dependency.
1 parent 3b98538 commit 2f96ad0

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.idea/compiler.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ plugins {
22
id 'java'
33
id 'java-library'
44
id 'maven-publish'
5+
id "io.freefair.lombok" version "6.4.3.1"
56
id 'com.github.johnrengelman.shadow' version '7.1.2'
67
}
78

@@ -60,8 +61,6 @@ dependencies {
6061
implementation 'ch.qos.logback:logback-core:1.2.11'
6162
implementation 'ch.qos.logback:logback-classic:1.2.11'
6263
implementation 'io.sentry:sentry-logback:5.7.4'
63-
compileOnly 'org.projectlombok:lombok:1.18.24'
64-
annotationProcessor 'org.projectlombok:lombok:1.18.22'
6564

6665
// ClientLib
6766
api('net.dv8tion:JDA:5.0.0-alpha.12') {

0 commit comments

Comments
 (0)