Update to new domains.

This commit is contained in:
Logan Gorence 2022-05-30 17:07:10 -07:00
parent 89ad6d1ece
commit 5d7bf94e5c
No known key found for this signature in database
GPG Key ID: 9743CEF10935949A
4 changed files with 4 additions and 4 deletions

View File

@ -21,5 +21,5 @@ available.
```bash
# Always validate the contents of a script from the internet!
bash -c "$(curl -sL https://git.gorence.io/minecraft/foundation/-/raw/main/install.sh)"
bash -c "$(curl -sL https://git.mystic.run/minecraft/foundation/-/raw/main/install.sh)"
```

View File

@ -35,7 +35,7 @@ subprojects {
plugins.apply("com.github.johnrengelman.shadow")
plugins.apply(FoundationProjectPlugin::class)
group = "io.gorence"
group = "lgbt.mystic"
dependencies {
// Kotlin dependencies

View File

@ -15,7 +15,7 @@ object UpdateUtil {
// TODO: Add environment variable override. Document it.
private const val basePath =
"https://git.gorence.io/minecraft/foundation/-/jobs/artifacts/main/raw"
"https://git.mystic.run/minecraft/foundation/-/jobs/artifacts/main/raw"
private const val basePathQueryParams = "job=build"
private const val manifestPath = "build/manifests/update.json"

View File

@ -20,7 +20,7 @@ if [ ! -d plugins ]; then
fi
# Base GitLab update manifest.
base_url="https://git.gorence.io/minecraft/foundation/-/jobs/artifacts/main/raw/"
base_url="https://git.mystic.run/minecraft/foundation/-/jobs/artifacts/main/raw/"
query_params="job=build"
# Download the update manifest.