Adding back the removed JavaFX libraries to JetBrains MPS (>= 2020.3)
- Download the latest zip file
- Unpack the zip in the plugins folder of your MPS distro
- Add JavaFX as a dependency to your language
- Import the JavaFX stubs in your models where you want to use JavaFX
- Open in new MPS
- Execute migrations
- Rebuild build solution in MPS
- Adapt build.gradle dependencies (matching with new MPS)
- Adapt version number for the javafx plugin in gradle.properties
- Run ./gradlew to check that it is fine
- Merge to main and this will release the plugin