like two-thirds of the requirements met; interface remaining
This commit is contained in:
parent
62f0276beb
commit
28419157af
13 changed files with 643 additions and 2 deletions
14
exams/2023m-gacha/solution/settings.gradle.kts
Normal file
14
exams/2023m-gacha/solution/settings.gradle.kts
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* This file was generated by the Gradle 'init' task.
|
||||
*
|
||||
* The settings file is used to specify which projects to include in your build.
|
||||
* For more detailed information on multi-project builds, please refer to https://docs.gradle.org/8.14.3/userguide/multi_project_builds.html in the Gradle documentation.
|
||||
*/
|
||||
|
||||
plugins {
|
||||
// Apply the foojay-resolver plugin to allow automatic download of JDKs
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version "0.10.0"
|
||||
}
|
||||
|
||||
rootProject.name = "solution"
|
||||
include("app")
|
Loading…
Add table
Add a link
Reference in a new issue