Skip to content

Could not find com.github.Mezy:BiomeMapping:master-SNAPSHOT #1

@elteammate

Description

@elteammate

It seems like the last build has failed, and now I can't add any version of the artifact that supports 1.17.

Here's the part of my build.gradle.kts

repositories {
    mavenCentral()
    maven { url = uri("https://papermc.io/repo/repository/maven-public/") }
    maven { url = uri("https://jitpack.io") }
}

plugins {
    kotlin("jvm") version "1.5.20"
    id("com.github.johnrengelman.shadow") version "5.2.0"
}

dependencies {
    compileOnly("com.destroystokyo.paper:paper-api:1.16.5-R0.1-SNAPSHOT")
    implementation("org.http4k:http4k-core:4.9.9.0")
    implementation("org.http4k:http4k-client-websocket:4.9.9.0")
    implementation("com.github.Mezy:BiomeMapping:master-SNAPSHOT")
}

And here is the log:

   > Could not find com.github.Mezy:BiomeMapping:master-SNAPSHOT.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/com/github/Mezy/BiomeMapping/master-SNAPSHOT/maven-metadata.xml
       - https://repo.maven.apache.org/maven2/com/github/Mezy/BiomeMapping/master-SNAPSHOT/BiomeMapping-master-SNAPSHOT.pom
       - https://papermc.io/repo/repository/maven-public/com/github/Mezy/BiomeMapping/master-SNAPSHOT/maven-metadata.xml
       - https://papermc.io/repo/repository/maven-public/com/github/Mezy/BiomeMapping/master-SNAPSHOT/BiomeMapping-master-SNAPSHOT.pom
       - https://jitpack.io/com/github/Mezy/BiomeMapping/master-SNAPSHOT/maven-metadata.xml
       - https://jitpack.io/com/github/Mezy/BiomeMapping/master-SNAPSHOT/BiomeMapping-master-SNAPSHOT.pom
...
Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions