MovingBlocks / Terasology

Terasology - open source voxel world
http://terasology.org
Apache License 2.0
3.64k stars 1.32k forks source link

chore: consume gestalt v7.2.0 #5210

Closed jdrueckert closed 4 months ago

jdrueckert commented 4 months ago

How to test

  1. Checkout Terasology into a new workspace (git clone git@github.com:MovingBlocks/Terasology.git myNewTSWorkspace)
  2. Init iota module line-up (./groovyw module init iota)
  3. Try building the game (./gradlew jar) and notice the build failure due to
     What went wrong:
    'int com.github.zafarkhaja.semver.Version.getMajorVersion()'
  4. Checkout this branch (git checkout chore/consume-gestalt-7.2.0)
  5. Try building the game again and notice it succeed
jdrueckert commented 4 months ago

This works but you might want to update

https://github.com/MovingBlocks/Terasology/blob/285ba2f1356687eeab8eaba40d2a2dfd18b6e4d4/engine/build.gradle#L136-L139 too.

Oh right, not sure why I overlooked those ö.Ö I also used the opportunity to remove the direct semver reference