Skip to content

Commit

Permalink
chore: ignoring files in relocate
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jul 6, 2024
1 parent 1f32f4c commit 98ec99b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ project.ext.buildConfig = [
]
apply from: project.buildscript.classLoader.getResource('main.gradle').toURI()

shadowJar {
exclude 'META-INF/versions/19/**'
}

dependencies {
implementation 'se.bjurr.gitchangelog:git-changelog-lib:2.1.3'
Expand Down

0 comments on commit 98ec99b

Please sign in to comment.