Skip to content

Commit

Permalink
Merge branch 'master' into make-_flower-series-of-decompilers-coexist
Browse files Browse the repository at this point in the history
  • Loading branch information
meiMingle committed Nov 12, 2024
2 parents 5dc5478 + 40ecd65 commit 023553d
Show file tree
Hide file tree
Showing 35 changed files with 3,361 additions and 631 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import software.coley.recaf.info.member.FieldMember;
import software.coley.recaf.info.member.MethodMember;
import software.coley.recaf.info.properties.Property;
import software.coley.recaf.util.JavaVersion;

import java.util.Collections;
import java.util.List;
Expand Down Expand Up @@ -223,7 +224,7 @@ public JvmClassInfo asJvmClass() {

@Override
public int getVersion() {
return 0;
return JavaVersion.VERSION_OFFSET + JavaVersion.get();
}

@Nonnull
Expand Down
Loading

0 comments on commit 023553d

Please sign in to comment.