-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels