Fix Mercury not being deployed yet by deploying it to my own repo
This commit is contained in:
parent
d60a4497a1
commit
34b35c8c99
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -17,4 +17,4 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-gradle-
|
||||
- uses: gradle/wrapper-validation-action@v1
|
||||
- run: ./gradlew build --info --stacktrace
|
||||
- run: ./gradlew build --no-daemon --info --stacktrace
|
||||
|
|
|
@ -30,7 +30,7 @@ repositories {
|
|||
maven("https://oss.sonatype.org/content/repositories/snapshots/")
|
||||
maven("https://files.minecraftforge.net/maven/")
|
||||
maven("https://maven.fabricmc.net/")
|
||||
mavenLocal()
|
||||
maven("https://repo.demonwav.com/snapshots/")
|
||||
}
|
||||
|
||||
val shade: Configuration by configurations.creating
|
||||
|
|
Loading…
Reference in a new issue