From 07ec28bf3c3ac674b5b58520e92ee60a1aaef87a Mon Sep 17 00:00:00 2001 From: kento2 Date: Wed, 5 Aug 2026 02:23:24 +0200 Subject: [PATCH] ci/cd maybe?? --- .bazelrc | 2 +- .forgejo/workflows/publish-artifact.yml | 7 ++++--- .idea/workspace.xml | 2 ++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.bazelrc b/.bazelrc index 3bf4d5f..ea2e5a7 100644 --- a/.bazelrc +++ b/.bazelrc @@ -2,5 +2,5 @@ build --java_language_version=25 build --java_runtime_version=25 build --tool_java_language_version=25 build --tool_java_runtime_version=25 -build --remote_cache=https://cache.lab0x13.site +build --remote_cache=https://cache.lab0x13.site:443 build --remote_upload_local_results=false \ No newline at end of file diff --git a/.forgejo/workflows/publish-artifact.yml b/.forgejo/workflows/publish-artifact.yml index a0a70cc..3619cae 100644 --- a/.forgejo/workflows/publish-artifact.yml +++ b/.forgejo/workflows/publish-artifact.yml @@ -1,7 +1,7 @@ name: "Build and Deploy artifact" on: push: - branches: [master,main] + branches: [master, main] jobs: build: @@ -14,6 +14,7 @@ jobs: run: | bazel --batch build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \ --remote_upload_local_results \ - --remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site' \ + --remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site:443' \ --define=maven_repo='https://repo.lab0x13.site/' \ - --output_base=/tmp/bazel/$FORGEJO_RUN_ID \ No newline at end of file + --output_base=/tmp/bazel/$FORGEJO_RUN_ID \ + --noremote_cache_async \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 4a00129..15c009f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -41,6 +41,8 @@ + +