Skip to content
This repository was archived by the owner on Nov 3, 2024. It is now read-only.
This repository was archived by the owner on Nov 3, 2024. It is now read-only.

Doesn't compile with Gradle 5 RC #552

@asarkar

Description

@asarkar

Short description

Doesn't compile with Gradle 5 RC

Expected behavior

Duh

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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions