Skip to content

Doesn't compile with Gradle 5 RC #1945

@asarkar

Description

@asarkar

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")
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions