Skip to content

Commit

Permalink
Fix GraalVM Truffle Language Service Files
Browse files Browse the repository at this point in the history
Signed-off-by: shedaniel <[email protected]>
  • Loading branch information
shedaniel committed Aug 6, 2021
1 parent 1985ba4 commit 4176e5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jar {
shadowJar {
configurations = [project.configurations.shadow]
classifier "shadow"
mergeServiceFiles()
}

task mainJar(type: Jar, dependsOn: [shadowJar, tasks.tricksZip]) {
Expand Down

0 comments on commit 4176e5f

Please sign in to comment.