Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 2672b0f

Browse files
author
Mustafa ÖNCEL
committed
Release 0.2
1 parent 914a901 commit 2672b0f

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

.github/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,13 @@ You can find old libraries that compile with/into Java 6, or you can find for ex
6363

6464
- Preview class files (classes compiled with --enable-preview) are also supported.
6565

66-
# Limitations/To-do
67-
68-
## Not tested for
66+
- This not a tool to modify/update bytecode or class/jar files in any way.
6967

70-
- Classes compiled for preview runtimes (--enable-preview) are not tested.
68+
# Limitations/To-do
7169

72-
## Limitations/notes
70+
## Limitations
7371

7472
- This tool will still take into account even if a class file is not used or loaded in run-time.
75-
- This not a tool to modify/update bytecode or class/jar files in any way.
7673

7774
## To-do
7875

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: github/codeql-action/init@main
5353
with:
5454
languages: java
55-
queries: security-extended,security-and-quality,github/codeql/java/ql/src/codeql-suites/java-lgtm-full.qls@main
55+
# queries: security-extended,security-and-quality,github/codeql/java/ql/src/codeql-suites/java-lgtm-full.qls@main
5656

5757
- name: Build with Maven
5858
env:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.lifemcserver</groupId>
88
<artifactId>bytecode-version-analyzer</artifactId>
9-
<version>0.1</version>
9+
<version>0.2</version>
1010

1111
<name>Bytecode Version Analyzer</name>
1212

0 commit comments

Comments
 (0)