This commit is contained in:
parent
a83369441c
commit
1f3ac81eb5
3 changed files with 6 additions and 3 deletions
3
.bazelrc
3
.bazelrc
|
|
@ -2,5 +2,6 @@ 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 --remote_cache=https://cache.lab0x13.site:443
|
build --define=maven_repo=https://git.lab0x13.site/api/packages/scrow/maven
|
||||||
|
build --remote_cache=https://cache.lab0x13.site
|
||||||
build --remote_upload_local_results=false
|
build --remote_upload_local_results=false
|
||||||
|
|
@ -15,5 +15,4 @@ jobs:
|
||||||
bazel --batch build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \
|
bazel --batch build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \
|
||||||
--remote_upload_local_results \
|
--remote_upload_local_results \
|
||||||
--remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site:443' \
|
--remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site:443' \
|
||||||
--define=maven_repo='https://repo.lab0x13.site/' \
|
|
||||||
--noremote_cache_async
|
--noremote_cache_async
|
||||||
5
.idea/workspace.xml
generated
5
.idea/workspace.xml
generated
|
|
@ -40,7 +40,10 @@
|
||||||
</option>
|
</option>
|
||||||
</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$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue