Skip to content

Commit

Permalink
Don't apply shadow plugin for the converter
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris committed Mar 11, 2024
1 parent 28e093e commit f7b2e9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
`maven-publish` apply true
id("com.github.johnrengelman.shadow")
id("com.github.johnrengelman.shadow") apply false
}

publishing {
Expand Down
1 change: 0 additions & 1 deletion converter/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
plugins {
application
id("io.freefair.lombok") version "8.6"
}

Expand Down

0 comments on commit f7b2e9c

Please sign in to comment.