draft6
This commit is contained in:
parent
4c230930b7
commit
d5a9939429
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -113,7 +113,7 @@ jobs:
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v3 # 使用 v3 版本
|
||||
with:
|
||||
# gradle-version: wrapper # 默认使用 Gradle Wrapper
|
||||
gradle-version: wrapper # 默认使用 Gradle Wrapper
|
||||
# cache-read-only: ${{ github.ref != 'refs/heads/main' }} # 非 main 分支构建时,缓存只读 (可选)
|
||||
# cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }} # 加密缓存 (可选)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user