gradle更换国内源
All checks were successful
Java CI-CD with Gradle / build (push) Successful in 15m53s

This commit is contained in:
zhangyuheng 2024-08-12 17:54:43 +08:00
parent 5f3051aaf9
commit 7f04300fc3
2 changed files with 1 additions and 3 deletions

View File

@ -21,8 +21,6 @@ jobs:
cache: gradle
- name: "Build with Gradle"
run: |
echo "proxy is ${{ vars.DEERCLOUD_PROXY }}"
export https_proxy=${{ vars.DEERCLOUD_PROXY }}
./gradlew buildPlugin
- name: "Copy jar to staging"
run: mkdir staging && cp build/libs/*.jar staging/

View File

@ -4,7 +4,7 @@ plugins {
}
group = "cn.lunadeer"
version = "2.1.15-beta"
version = "2.1.16-beta"
java {
toolchain.languageVersion.set(JavaLanguageVersion.of(21))