Skip to content

Commit

Permalink
pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Jul 20, 2024
1 parent ea642d9 commit 97daa46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/xyz/wagyourtail/jvmdg/compile/ApiShader.java
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public static void shadeApis(final String prefix, final Path inputRoot, final Pa
if (!prefix.endsWith("/")) throw new IllegalArgumentException("prefix must end with /");
try {
// step 3: traverse the input classes for references to the api
final ReferenceGraph inputRefs = new ReferenceGraph(false);
final ReferenceGraph inputRefs = new ReferenceGraph(true);
inputRefs.scan(inputRoot, new ReferenceGraph.Filter() {
@Override
public boolean shouldInclude(FullyQualifiedMemberNameAndDesc member) {
Expand Down

0 comments on commit 97daa46

Please sign in to comment.