Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: walterhiggins/ScriptCraft
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: development
Choose a base ref
...
head repository: ediloren/ScriptCraft
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: development
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on Aug 27, 2021

  1. Patched to work with GraalVM 21.2.0

    - Tested under
      - Win10
      - GraalVM 21.2.0
      - SpigotMC 1.17.1
    
    - Readme updated with instructions on
      - how to install using GraalVM instead of OpenJDK
        (using GraalJS replacing removed Nashorn JavaScript engine)
      - how to build ScriptCraft yourself with Apache Ant
    
    - Solution is not 100% clean as it introduces various
      patches to make it work, possibly rolling back some fixes
      that are NOT working (any more?) under the above environment
    
    - Includes an out-of-the-box .jar file under 'target' that
      you can use directly (no need to build via Ant)
    Enrico Di Lorenzo committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    b0bc92d View commit details
    Browse the repository at this point in the history
  2. Update README.md

    ediloren authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    4731aea View commit details
    Browse the repository at this point in the history
Loading