This commit is contained in:
parent
5f3051aaf9
commit
7f04300fc3
@ -21,8 +21,6 @@ jobs:
|
|||||||
cache: gradle
|
cache: gradle
|
||||||
- name: "Build with Gradle"
|
- name: "Build with Gradle"
|
||||||
run: |
|
run: |
|
||||||
echo "proxy is ${{ vars.DEERCLOUD_PROXY }}"
|
|
||||||
export https_proxy=${{ vars.DEERCLOUD_PROXY }}
|
|
||||||
./gradlew buildPlugin
|
./gradlew buildPlugin
|
||||||
- name: "Copy jar to staging"
|
- name: "Copy jar to staging"
|
||||||
run: mkdir staging && cp build/libs/*.jar staging/
|
run: mkdir staging && cp build/libs/*.jar staging/
|
||||||
|
@ -4,7 +4,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "cn.lunadeer"
|
group = "cn.lunadeer"
|
||||||
version = "2.1.15-beta"
|
version = "2.1.16-beta"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
toolchain.languageVersion.set(JavaLanguageVersion.of(21))
|
toolchain.languageVersion.set(JavaLanguageVersion.of(21))
|
||||||
|
Reference in New Issue
Block a user