-
Notifications
You must be signed in to change notification settings - Fork 64
Description
Hi,
New to libGDX, so sorry if this a newbie mishap!
When I create a project creating liftoff (aplicationListener template), add nothing to it, run it and close it, the application still runs in the background.
I also get this Gradle deprecated feature warning.
15:49:38: Executing 'run'...
Task :core:compileJava
Task :core:generateAssetList UP-TO-DATE
Task :core:processResources NO-SOURCE
Task :core:classes
Task :core:jar
Task :lwjgl3:compileJava UP-TO-DATE
Task :lwjgl3:generateAssetList UP-TO-DATE
Task :lwjgl3:processResources UP-TO-DATE
Task :lwjgl3:classes UP-TO-DATE
Task :lwjgl3:run
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.10.2/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD SUCCESSFUL in 14s
5 actionable tasks: 3 executed, 2 up-to-date
15:49:53: Execution finished 'run'.
I'm on a windows laptop using Intellij.
Cheerios.