Skip to content

Commit

Permalink
add snake yaml to be able to find what to unzip if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Nov 19, 2024
1 parent c9ca764 commit 84c98d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@ private static String getCurrentClasspath() throws UnsupportedEncodingException
classpath = classpath + gsonPath + File.pathSeparator;
classpath = classpath + jnaPath + File.pathSeparator;
classpath = classpath + jnaPlatformPath + File.pathSeparator;
classpath = classpath + snakeYaml + File.pathSeparator;

return classpath;
}
Expand Down

0 comments on commit 84c98d2

Please sign in to comment.