Skip to content

Commit

Permalink
Fix checkPrerequisite (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eskibear authored and testforstephen committed Aug 26, 2019
1 parent 399de9a commit 4ecdda4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/publishMaven.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ const configs = {
"java-debug-parent",
"com.microsoft.java.debug.core",
"com.microsoft.java.debug.plugin"
]
],
artifactFolder: artifactFolder
};

main(configs, artifactFolder);
Expand Down

0 comments on commit 4ecdda4

Please sign in to comment.