ci: Add proxy to gradle wrapper
This commit is contained in:
parent
905f1dd5dc
commit
4ffd6461d7
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ concurrency:
|
||||||
env:
|
env:
|
||||||
HTTP_PROXY: http://6.fsn1-1.forsaken-ashbirds.net:8888
|
HTTP_PROXY: http://6.fsn1-1.forsaken-ashbirds.net:8888
|
||||||
HTTPS_PROXY: http://6.fsn1-1.forsaken-ashbirds.net:8888
|
HTTPS_PROXY: http://6.fsn1-1.forsaken-ashbirds.net:8888
|
||||||
|
GRADLE_OPTS: -Dhttp.proxyHost=6.fsn1-1.forsaken-ashbirds.net -Dhttp.proxyPort=8888 -Dhttps.proxyHost=6.fsn1-1.forsaken-ashbirds.net -Dhttps.proxyPort=8888
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -28,4 +29,4 @@ jobs:
|
||||||
- name: Build gradle project
|
- name: Build gradle project
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
env:
|
env:
|
||||||
ORG_GRADLE_PROJECT_SPRING_DEBUG: ${{ fromJSON(steps.pr-env.outputs.result).SPRING_DEBUG }}
|
ORG_GRADLE_PROJECT_SPRING_DEBUG: ${{ fromJSON(steps.pr-env.outputs.result).SPRING_DEBUG }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue