Skip to content

Commit

Permalink
bundle jdi.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
codeanticode committed Sep 26, 2022
1 parent 8b4e3d4 commit b807ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ task dist {
delete "${root}/mode/core.jar"
delete "${root}/mode/pde.jar"
delete "${root}/mode/JavaMode.jar"
delete "${root}/mode/jdi.jar"
delete "${root}/mode/jdimodel.jar"
// delete "${root}/mode/jdi.jar"
// delete "${root}/mode/jdimodel.jar"

Files.copy(file("mode/processing-core.zip").toPath(),
file("${root}/processing-core.zip").toPath(), REPLACE_EXISTING)
Expand Down

0 comments on commit b807ab8

Please sign in to comment.