We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a49a75 commit 29fd791Copy full SHA for 29fd791
build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id 'java'
+ id 'java-library'
3
id 'maven-publish'
4
id 'signing'
5
}
@@ -34,7 +34,7 @@ dependencies {
34
implementation 'org.projectlombok:lombok:1.18.10'
35
annotationProcessor 'org.projectlombok:lombok:1.18.10'
36
testAnnotationProcessor 'org.projectlombok:lombok:1.18.12'
37
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.10.1'
+ api 'com.fasterxml.jackson.core:jackson-databind:2.10.1'
38
39
40
signing {
0 commit comments