This commit is contained in:
parent
5f3051aaf9
commit
7f04300fc3
@ -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/
|
||||
|
@ -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))
|
||||
|
Reference in New Issue
Block a user