Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass in null classloader to work with 1.15.2 #428

Merged
merged 1 commit into from
Jan 29, 2020

Conversation

jwulf
Copy link
Contributor

@jwulf jwulf commented Jan 27, 2020

Fixes #423.

@ghost
Copy link

ghost commented Jan 27, 2020

If anyone needs this JAR for 1.15.2...
Download
I compiled this with the latest version of Ant and edited build.xml like so:
from

<javac includeantruntime="false" 
           source="1.6" 
           target="1.6" 
           destdir="${build}" 
           debug="true">

to

<javac includeantruntime="false" 
           source="1.7" 
           target="1.7" 
           destdir="${build}" 
           debug="true">

so if you don't trust the download, build it yourself from this pull request's repository.

@TonyGravagno
Copy link
Collaborator

Based on #427 shouldn't we be bumping to JDK 1.9?

@walterhiggins walterhiggins merged commit dae0f9d into walterhiggins:development Jan 29, 2020
@jwulf jwulf deleted the patch-4 branch January 29, 2020 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ScriptCraft - Potential Compatibility Issue with Minecraft 1.15.2 + JRE
6 participants