This commit is contained in:
parent
4060235a75
commit
a20a5c7169
3 changed files with 2 additions and 1 deletions
1
.bazelrc
1
.bazelrc
|
|
@ -2,6 +2,5 @@ build --java_language_version=25
|
||||||
build --java_runtime_version=25
|
build --java_runtime_version=25
|
||||||
build --tool_java_language_version=25
|
build --tool_java_language_version=25
|
||||||
build --tool_java_runtime_version=25
|
build --tool_java_runtime_version=25
|
||||||
build --define=maven_repo=https://repo.lab0x13.site/snapshots
|
|
||||||
build --remote_cache=https://cache.lab0x13.site
|
build --remote_cache=https://cache.lab0x13.site
|
||||||
build --remote_upload_local_results=false
|
build --remote_upload_local_results=false
|
||||||
|
|
@ -14,4 +14,5 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
bazel build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \
|
bazel build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \
|
||||||
--remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site' \
|
--remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site' \
|
||||||
|
--define=maven_repo='https://repo.lab0x13.site/' \
|
||||||
--remote_upload_local_results
|
--remote_upload_local_results
|
||||||
1
.idea/workspace.xml
generated
1
.idea/workspace.xml
generated
|
|
@ -41,6 +41,7 @@
|
||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="6414223f-1761-4683-97f5-9dab59d6c44a" name="Changes" comment="ci/cd maybe??">
|
<list default="true" id="6414223f-1761-4683-97f5-9dab59d6c44a" name="Changes" comment="ci/cd maybe??">
|
||||||
|
<change beforePath="$PROJECT_DIR$/.bazelrc" beforeDir="false" afterPath="$PROJECT_DIR$/.bazelrc" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/.forgejo/workflows/publish-artifact.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.forgejo/workflows/publish-artifact.yml" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/.forgejo/workflows/publish-artifact.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.forgejo/workflows/publish-artifact.yml" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
</list>
|
</list>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue