bangbang93 / openbmclapi

BMCLAPI@Home
https://bmclapidoc.bangbang93.com
MIT License
328 stars 29 forks source link

maven-metadata.xml未同步 #23

Open Jack253-png opened 1 year ago

Jack253-png commented 1 year ago

BMCLAPI/MCBBS: image forge源: image

bangbang93 commented 1 year ago

缓存设计的时候确实没考虑好这类会变的文件……

H2Sxxa commented 1 year ago

缓存设计的时候确实没考虑好这类会变的文件……

有计划更新maven吗,我今天用bmclapi的maven构建环境的时候发现差了好多个版本

Details ```java F:\WorkSpace\mdktest>gradlew tasks To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.5.1/userguide/gradle_daemon.html#sec:disabling_the_daemon. Daemon will be stopped at the end of the build > Configure project : Java: 17.0.4.1, JVM: 17.0.4.1+1 (Eclipse Adoptium), Arch: amd64 WARNING: This project is configured to use the official obfuscation mappings provided by Mojang. These mapping fall under their associated license, you should be fully aware of this license. For the latest license text, refer below, or the reference copy here: https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md, You can hide this warning by running the `hideOfficialWarningUntilChange d` taskproject WARNING: (c) 2020 Microsoft Corporation. These mappings are provided "as-is" and you bear the risk of using them. You may copy and use the mappings for development purposes, but you may not redistribute the mappings complete and unmodified. Microsoft makes no warranties, express or implied, with respect to the mappings provided here. Use and modification of this document or the source code (in an y form) of Minecraft: Java Edition is governed by the Minecraft End User License Agreement available at https://account.mojang.com/documents/minecraft_eula. FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'mdktest'. > Could not resolve all files for configuration ':_compileJava_1'. > Could not find any version that matches cpw.mods:modlauncher:10.0.+. Versions that do not match: - 5.1.0 - 5.0.0 - 5.0.0-milestone.4 - 5.0.0-milestone.3 - 5.0.0-milestone.2 - + 46 more Searched in the following locations: - file:/C:/Users/Administrator/.gradle/caches/forge_gradle/bundled_deobf_repo/cpw/mods/modlauncher/ - https://maven.aliyun.com/nexus/content/groups/public/cpw/mods/modlauncher/maven-metadata.xml - https://download.mcbbs.net/maven/cpw/mods/modlauncher/maven-metadata.xml - https://download.mcbbs.net/maven/cpw/mods/modlauncher/ - https://repo.maven.apache.org/maven2/cpw/mods/modlauncher/maven-metadata.xml Required by: project : > net.minecraftforge:eventbus:6.0.3 > Could not find any version that matches cpw.mods:modlauncher:9.0.+. Versions that do not match: - 5.1.0 - 5.0.0 - 5.0.0-milestone.4 - 5.0.0-milestone.3 - 5.0.0-milestone.2 - + 46 more Required by: project : > net.minecraftforge:coremods:5.0.1 > Could not find any version that matches net.minecraftforge:forgespi:4.0.+. Versions that do not match: - 3.0.0 - 2.1.2 - 2.1.0 - 2.0.0-milestone.1 - 1.5.0 - + 25 more Searched in the following locations: - file:/C:/Users/Administrator/.gradle/caches/forge_gradle/bundled_deobf_repo/net/minecraftforge/forgespi/ - https://maven.aliyun.com/nexus/content/groups/public/net/minecraftforge/forgespi/maven-metadata.xml - https://download.mcbbs.net/maven/net/minecraftforge/forgespi/maven-metadata.xml - https://download.mcbbs.net/maven/net/minecraftforge/forgespi/ Required by: project : > net.minecraftforge:coremods:5.0.1 * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 1m 1s ```