AlmasB / FXGLGames

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

Use gluonfx plugin to replace client maven plugin #22

Closed chengenzhao closed 2 years ago

chengenzhao commented 2 years ago

Hi:

Recently Gluon upgrade their plugin from client-maven-plugin to new name which is gluonfx-maven-plugin and bump its version from 0.x to 1.x so this pr using gluonfx-maven-plugin to replace deprecated client-maven-plugin

Cheers