We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5507b37 commit aa5b62bCopy full SHA for aa5b62b
1 file changed
build.gradle
@@ -19,7 +19,8 @@ repositories {
19
}
20
21
dependencies {
22
- implementation 'org.projectlombok:lombok'
+ compileOnly 'org.projectlombok:lombok'
23
+ annotationProcessor 'org.projectlombok:lombok'
24
implementation 'com.theokanning.openai-gpt3-java:service:0.18.2'
25
implementation 'com.h2database:h2'
26
implementation 'org.springframework.boot:spring-boot-starter-actuator'
0 commit comments