Skip to content

Commit

Permalink
vscode-extension: fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jun 26, 2024
1 parent cb2901b commit beb1e7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vscode-extension/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ task copyJar(type: Copy) {

task copyLocal(type: Copy) {
from "$projectDir/package.json"
from "$projectDir/LICENSE"
from "$projectDir/README.md"
into "$buildDir"
}

Expand Down

0 comments on commit beb1e7c

Please sign in to comment.