We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24bad3 commit c3a4edbCopy full SHA for c3a4edb
src/main/java/mods/Hileb/shotaasm/impl/compiler/Compiler.java
@@ -65,7 +65,7 @@ public CompileError compile() {
65
VirtualFileManager fileManager = new VirtualFileManager(standardJavaFileManager, this.javaFileObjectMap);
66
List<String> options = null;
67
if (extraClasspath != null) {
68
- List<Path> pathList = new LinkedList<>();
+ List<String> pathList = new LinkedList<>();
69
for (URL url : extraClasspath) {
70
try {
71
pathList.add(new File(url.toURI()).getAbsolutePath());
0 commit comments