Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Jul 3, 2023
1 parent 0c29a6c commit b056975
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ public class Main {
public static void main(String[] args) throws Exception {
String path = "src\\main\\resources\\idl\\Test.idl";

String basePath = new File(".").getAbsolutePath() + "./example-base/src";
String basePath = new File(".").getAbsolutePath() + "./example-base/src/main/java";

String genDir = "../example-core/src";
String genDir = "../example-core/src/main/java";

String basePackage = "com.github.xpenatan.jparser.example";

Expand Down

0 comments on commit b056975

Please sign in to comment.