AlmasB / FXGLGames

This repo contains sample games built with FXGL
http://almasb.github.io/FXGLGames/
MIT License
807 stars 325 forks source link

Maybe there isn't any dev repository for fxgl version “17+dev-SNAPSHOT”? #29

Open AGUANGUANA opened 2 years ago

AGUANGUANA commented 2 years ago

I have downloaded the zip file of FXGLGames some days before, but I found that the IDEA seems not able to resolve the maven dependency such as "com.github.almasb:fxgl:jar:17+dev-SNAPSHOT", is there any recommendation that can help me to run the game example successfully?Thanks so much.

chengenzhao commented 1 year ago

Hi, change the version number in pom.xml from 17+dev-SNAPSHOT -> 17.3 then it will work out for you

AGUANGUANA commented 10 months ago

Thank you s much!