diff --git a/.bazelrc b/.bazelrc index d3eb78f..b67ff70 100644 --- a/.bazelrc +++ b/.bazelrc @@ -3,5 +3,5 @@ build --java_runtime_version=25 build --tool_java_language_version=25 build --tool_java_runtime_version=25 build --define=maven_repo=https://git.lab0x13.site/api/packages/scrow/maven -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 c3d5492..5d9cad1 100644 --- a/.forgejo/workflows/publish-artifact.yml +++ b/.forgejo/workflows/publish-artifact.yml @@ -3,6 +3,7 @@ on: push: branches: [master, main] + #--remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site:443' \ jobs: build: runs-on: docker @@ -14,5 +15,5 @@ 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:443' \ + --remote-cache='https://asd:1234@cache.lab0x13.site:443' \ --noremote_cache_async \ No newline at end of file diff --git a/MODULE.bazel b/MODULE.bazel index a792429..b5ed033 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -23,6 +23,7 @@ maven.install( ], repositories = [ "https://repo.papermc.io/repository/maven-public/", + "https://git.lab0x13.site/api/packages/scrow/maven", ], known_contributing_modules = ["protobuf"], )