Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idea warning : "Library does not match the bytecode for class XXX" #20

Closed
tchiotludo opened this issue Jan 6, 2020 · 0 comments
Closed
Labels
bug Something isn't working plugin New feature or request on plugins
Milestone

Comments

@tchiotludo
Copy link
Member

Every package provided by Kestra use Lombok and cause this :
image

Solution seems to be delombok during build :
mplushnikov/lombok-intellij-plugin#438 (comment)

plugins {
    id "io.freefair.lombok" version "3.2.1"
}

task sourcesJar(type: Jar) {
    from 'build/delombok/main'
    archiveClassifier = 'sources'
}

tasks.getByName("publish").dependsOn(delombok)
@tchiotludo tchiotludo added bug Something isn't working plugin New feature or request on plugins labels Jan 6, 2020
@anna-geller anna-geller added this to the v0.15.0 milestone Dec 5, 2023
@anna-geller anna-geller modified the milestones: v0.15.0, v0.20.0 Jan 16, 2024
@tchiotludo tchiotludo closed this as not planned Won't fix, can't repro, duplicate, stale Jan 18, 2024
@anna-geller anna-geller modified the milestones: v0.20.0, v0.15.0 Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working plugin New feature or request on plugins
Projects
None yet
Development

No branches or pull requests

2 participants