Skip to content

Commit

Permalink
Exclude org.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChachyDev committed Aug 6, 2021
1 parent eb2b654 commit b8d75e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ext {
}

group "org.bookmc"
version "0.7.1${local ? "+local" : ""}"
version "0.7.2${local ? "+local" : ""}"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public QuiltClassLoader() {
addClassLoaderExclusion("sun.");
addClassLoaderExclusion("java.");
addClassLoaderExclusion("javax.");
addClassLoaderExclusion("org.xml.");
addClassLoaderExclusion("org.lwjgl.");
addClassLoaderExclusion("org.objectweb.");
addClassLoaderExclusion("org.apache.logging.");
Expand Down

0 comments on commit b8d75e6

Please sign in to comment.