Update Source Code for less errors during compilation

This commit is contained in:
Milan Bauer 2025-07-26 19:30:29 +02:00
commit 369de544c3
23149 changed files with 819380 additions and 526977 deletions

11
settings.gradle Executable file → Normal file
View file

@ -7,4 +7,15 @@
* in the user manual at https://docs.gradle.org/6.0/userguide/multi_project_builds.html
*/
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven { url 'https://repo.teavm.org/maven2' }
}
}
rootProject.name = 'eaglercraft-workspace'