rename: cloud-installer → cloud-sync
CI / build (push) Failing after 3s
CI / release (push) Has been skipped

'installer' implied one-way install (matching packwiz-installer); this
tool is bidirectional sync (pull on launch, push on exit). Aligns with
the existing automc <scope>-<role> pattern: cloud-svc ↔ cloud-sync,
matching mc-router, mc-wrapper, gate-waker.

Gitea repo renamed via API (id 2974 preserved); jar filename now
cloud-sync-<version>.jar. Build verified post-rename.
This commit is contained in:
2026-06-02 20:25:27 +02:00
parent 6ab43a168e
commit ed4115cba8
6 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ tasks.test {
}
tasks.shadowJar {
archiveBaseName.set("cloud-installer")
archiveBaseName.set("cloud-sync")
archiveClassifier.set("")
archiveVersion.set(project.version.toString())
mergeServiceFiles()