mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-12-25 16:21:50 +01:00
Update gradle-command-action
This commit is contained in:
parent
e8b9c36c76
commit
6adcf61daa
5
.github/workflows/build_pull_request.yml
vendored
5
.github/workflows/build_pull_request.yml
vendored
@ -37,9 +37,6 @@ jobs:
|
||||
./AndroidCompat/getAndroid.sh
|
||||
|
||||
- name: Build project
|
||||
uses: eskatos/gradle-command-action@v1
|
||||
uses: gradle/gradle-command-action@v2
|
||||
with:
|
||||
arguments: :server:shadowJar
|
||||
distributions-cache-enabled: true
|
||||
dependencies-cache-enabled: true
|
||||
configuration-cache-enabled: true
|
||||
|
5
.github/workflows/build_push.yml
vendored
5
.github/workflows/build_push.yml
vendored
@ -37,9 +37,6 @@ jobs:
|
||||
./AndroidCompat/getAndroid.sh
|
||||
|
||||
- name: Build project
|
||||
uses: eskatos/gradle-command-action@v1
|
||||
uses: gradle/gradle-command-action@v2
|
||||
with:
|
||||
arguments: :server:shadowJar
|
||||
distributions-cache-enabled: true
|
||||
dependencies-cache-enabled: true
|
||||
configuration-cache-enabled: true
|
||||
|
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@ -39,12 +39,9 @@ jobs:
|
||||
./AndroidCompat/getAndroid.sh
|
||||
|
||||
- name: Build project
|
||||
uses: eskatos/gradle-command-action@v1
|
||||
uses: gradle/gradle-command-action@v2
|
||||
with:
|
||||
arguments: :server:shadowJar
|
||||
distributions-cache-enabled: true
|
||||
dependencies-cache-enabled: true
|
||||
configuration-cache-enabled: true
|
||||
|
||||
- name: Upload Release
|
||||
uses: xresloader/upload-to-github-release@v1
|
||||
|
Loading…
Reference in New Issue
Block a user