mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 05:30:55 +00:00
Update to new domains.
This commit is contained in:
@ -21,5 +21,5 @@ available.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Always validate the contents of a script from the internet!
|
# 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)"
|
||||||
```
|
```
|
||||||
|
@ -35,7 +35,7 @@ subprojects {
|
|||||||
plugins.apply("com.github.johnrengelman.shadow")
|
plugins.apply("com.github.johnrengelman.shadow")
|
||||||
plugins.apply(FoundationProjectPlugin::class)
|
plugins.apply(FoundationProjectPlugin::class)
|
||||||
|
|
||||||
group = "io.gorence"
|
group = "lgbt.mystic"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// Kotlin dependencies
|
// Kotlin dependencies
|
||||||
|
@ -15,7 +15,7 @@ object UpdateUtil {
|
|||||||
|
|
||||||
// TODO: Add environment variable override. Document it.
|
// TODO: Add environment variable override. Document it.
|
||||||
private const val basePath =
|
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 basePathQueryParams = "job=build"
|
||||||
private const val manifestPath = "build/manifests/update.json"
|
private const val manifestPath = "build/manifests/update.json"
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ if [ ! -d plugins ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Base GitLab update manifest.
|
# 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"
|
query_params="job=build"
|
||||||
|
|
||||||
# Download the update manifest.
|
# Download the update manifest.
|
||||||
|
Reference in New Issue
Block a user