Skip to content

Commit

Permalink
Don't generate delomboked sources jar
Browse files Browse the repository at this point in the history
Due to various issues such as broken line numbers and hard to read code
  • Loading branch information
RaphiMC committed Jul 14, 2024
1 parent 2b59770 commit 79bcc6d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ plugins {
id "maven-publish"
id "signing"
id "net.raphimc.class-token-replacer" version "1.1.2"
id "io.freefair.lombok" version "8.6"
}

base {
Expand All @@ -24,6 +23,7 @@ repositories {
}

dependencies {
compileOnly(annotationProcessor("org.projectlombok:lombok:1.18.34"))
compileOnly "org.jetbrains:annotations:24.1.0"
compileOnly sourceSets.javaFxStub.output

Expand Down Expand Up @@ -56,11 +56,6 @@ jar {
}
}

sourcesJar {
from delombok
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}

artifacts {
archives javadocJar, sourcesJar
}
Expand Down

0 comments on commit 79bcc6d

Please sign in to comment.