HanSolo / tilesfxdemo

A little JavaFX demo app that shows how to use TilesFX in combination with Medusa and Ikonli
57 stars 15 forks source link

Could not resolve eu.hansolo:tilesfx:16.0.3. #6

Open TopSpoofer opened 1 year ago

TopSpoofer commented 1 year ago

Could not resolve eu.hansolo:tilesfx:16.0.3. Required by: project :

HanSolo commented 1 year ago

Please try the one in the jdk17 branch, the master might still be on 16, need to fix that...

TopSpoofer commented 1 year ago

Please try the one in the jdk17 branch, the master might still be on 16, need to fix that...

an other problem in the jdk17 branch:

Plugin [id: 'com.google.osdetector', version: '1.7.0'] was not found in any of the following sources:

HanSolo commented 1 year ago

If you cloned the jdk17 branch you can run each demo by using gradlew DEMO_NAME. Here is a list of available demos that you can run using their gradle tasks:

So to start with, just run ./gradlew Main