-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
Description copy-pasted from mplushnikov/lombok-intellij-plugin#552
Short description
Doesn't compile with Gradle 5 RC
Expected behavior
Should compile
Version information
- IDEA Version:
IntelliJ IDEA 2018.3 EAP (Community Edition)
Build #IC-183.4284.36, built on November 7, 2018 - JDK Version: 11.0.1
- OS Type & Version: macOS 10.14.1
- Lombok Plugin Version: v0.22.IDEA-EAP
- Lombok Dependency Version: 1.18.4
- Gradle Wrapper Version: gradle-5.0-20181112000030+0000
Steps to reproduce
None of the Lombok annotations work. All of the following are red.
import lombok.AccessLevel;
import lombok.Getter;
@Getter(AccessLevel.PROTECTED)
STACKTRACE HERE
Error:(12, 27) java: package lombok.extern.slf4j does not exist
Error:(17, 2) java: cannot find symbol
symbol: class Slf4j
dependencies {
annotationProcessor("org.projectlombok:lombok:$lombokVersion")
compileOnly("org.projectlombok:lombok:$lombokVersion")
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels