Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
tempfix modelengine repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed Jul 31, 2022
1 parent 6b9bd75 commit 68f449c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ allprojects {

repositories {
maven("https://repo.mineinabyss.com")
maven("https://mvn.lumine.io/repository/maven-public/") // Model Engine
//maven("https://mvn.lumine.io/repository/maven-public/") // Model Engine
maven { // Temp ModelEngine repo until normal is fixed
url = uri("https://mvn.lumine.io/repository/maven-public")
metadataSources {
artifact()
}
}
}

dependencies {
Expand Down

0 comments on commit 68f449c

Please sign in to comment.