Update Source Code for less errors during compilation
This commit is contained in:
parent
6276a0e37c
commit
369de544c3
23149 changed files with 819380 additions and 526977 deletions
11
settings.gradle
Executable file → Normal file
11
settings.gradle
Executable file → Normal 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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue