Default gradle implementation + openjfx

This commit is contained in:
2023-02-20 15:15:48 +01:00
parent 0159ba196d
commit 40b6c8cfb4
8 changed files with 431 additions and 0 deletions

11
settings.gradle Normal file
View File

@ -0,0 +1,11 @@
/*
* This file was generated by the Gradle 'init' task.
*
* The settings file is used to specify which projects to include in your build.
*
* Detailed information about configuring a multi-project build in Gradle can be found
* in the user manual at https://docs.gradle.org/8.0/userguide/multi_project_builds.html
*/
rootProject.name = 'School_Project'
include('app')