Skip to content

Commit

Permalink
Fix gradle for release
Browse files Browse the repository at this point in the history
  • Loading branch information
d0by1 committed Dec 11, 2021
1 parent 2cbc4d6 commit f2fa494
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id 'java'
id 'maven-publish'
id "io.freefair.lombok" version "6.3.0"
id "com.github.johnrengelman.shadow" version "4.0.4"
}

Expand All @@ -24,6 +23,8 @@ dependencies {
compileOnly 'com.arcaniax:HeadDatabase-API:1.3.1'

// Annotations
compileOnly 'org.projectlombok:lombok:1.18.20'
annotationProcessor 'org.projectlombok:lombok:1.18.20'
compileOnly 'org.jetbrains:annotations:22.0.0'
annotationProcessor 'org.jetbrains:annotations:22.0.0'

Expand Down

0 comments on commit f2fa494

Please sign in to comment.