Skip to content

Commit

Permalink
build(minestom): explicitly specify Minestom version
Browse files Browse the repository at this point in the history
This prevents the CI from timing out after waiting for
JitPack.
  • Loading branch information
Cubxity committed Sep 18, 2021
1 parent 1e794ca commit e8d0cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/minestom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ repositories {
dependencies {
api(project(":unifiedmetrics-core"))

compileOnly("com.github.Minestom:Minestom:-SNAPSHOT")
testImplementation("com.github.Minestom:Minestom:-SNAPSHOT")
compileOnly("com.github.Minestom:Minestom:a3ff3b25c4")
testImplementation("com.github.Minestom:Minestom:a3ff3b25c4")
}

tasks {
Expand Down

0 comments on commit e8d0cba

Please sign in to comment.