Skip to content

Commit

Permalink
set to output version directly
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Jul 20, 2024
1 parent 0cf5c46 commit 1fc60a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ public ClassNode apply(ClassNode classNode) throws IOException {
return null;
}
printWarnings(warnings, className);
clazz.version = inputVersion - 1;
clazz.version = outputVersion;
return clazz;
}

Expand Down

0 comments on commit 1fc60a9

Please sign in to comment.