SpongePowered / VanillaGradle

A toolchain for Minecraft: Java Edition that builds a workspace to interact with the game using the official mappings provided to the public by Mojang Studios.
MIT License
86 stars 18 forks source link

Could not resolve net.minecraft:joined:1.20.1 #151

Closed huskcasaca closed 2 weeks ago

huskcasaca commented 2 weeks ago

I'm getting this error message from gradle since last week. It's currently affecting all versions. May I ask if there any changes in sponge maven repo?

sponge-test:main: Could not resolve net.minecraft:joined:1.20.1.

Gradle: 8.5, Java: 18.0.2, JVM: 18.0.2+9-61 (Oracle Corporation), Arch: aarch64

build.gradle

plugins {
    id 'java'
    id 'org.spongepowered.gradle.vanilla' version '0.2.1-SNAPSHOT'
}

repositories {
    mavenCentral()
}

minecraft {
    version '1.20.1'
}

settings.gradle

pluginManagement {
    repositories {
        mavenCentral()
        gradlePluginPortal()
        maven {
            url = uri('https://repo.spongepowered.org/repository/maven-public/')
        }
    }
}
zml2008 commented 2 weeks ago

update gradle