Skip to content

Commit

Permalink
Fix Javalin 5 generation not triggering properly
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan authored Jan 8, 2024
1 parent 8adebcb commit 28a18fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ private static final class Ctx {
} else {
useJavax = (javax);
}
this.javalin6 = elementUtils.getTypeElement("io.javalin.config.JavalinConfig") != null;
this.javalin6 = elementUtils.getTypeElement("io.javalin.config.RouterConfig") != null;
}
}

Expand Down

0 comments on commit 28a18fe

Please sign in to comment.