ac51af2fbc
Replace MenthaMC Maven repo with Bacteriawa Update Maven repository URL from https://repo.menthamc.org/... to https://repo.bacteriawa.com/... across project files. Changes include README.md and README_EN.md (repository id changed to "repository" and URL updated), build.gradle.kts (rename menthaMavenPublicUrl to bacteriawaMavenPublicUrl and switch repository used for dependencies and publishing, update publishing repo name), luminol-server/build.gradle.kts.patch (use bacteriawaMavenPublicUrl), and settings.gradle.kts (add new Maven URL). This centralizes the project to use the Bacteriawa Maven host for dependency resolution and publishing. Origin Commit: https://github.com/LuminolMC/Luminol/commit/ba28403ff6d15da3cf8b1af9828bbd1f997a7b9e Co-authored-by: Bacteriawa <a3167717663@hotmail.com>
18 lines
447 B
Properties
18 lines
447 B
Properties
group=fun.bm.lophine
|
|
mcVersion=26.2
|
|
apiVersion=26.2
|
|
channel=STABLE
|
|
clipVersion=3.0.18
|
|
weightVersion=2.0.15
|
|
# true for release, false for skip release, pre for pre-release
|
|
release=pre
|
|
# true for push to repo, false for skip push repo, auto for detect by release value
|
|
pushRepo=auto
|
|
|
|
luminolRef=5d11bf421d9480136b510b87877733c68d14f05d
|
|
|
|
org.gradle.configuration-cache=true
|
|
org.gradle.caching=true
|
|
org.gradle.parallel=true
|
|
org.gradle.vfs.watch=false
|