File tree Expand file tree Collapse file tree 3 files changed +7
-15
lines changed Expand file tree Collapse file tree 3 files changed +7
-15
lines changed Original file line number Diff line number Diff line change @@ -36,16 +36,12 @@ jobs:
3636 - name : Build with Gradle Wrapper
3737 run : ./gradlew buildPlugin
3838
39- # NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html).
40- # If your project does not have the Gradle Wrapper configured, you can use the following configuration to run Gradle with a specified version.
41- #
42- # - name: Setup Gradle
43- # uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
44- # with:
45- # gradle-version: '8.5'
46- #
47- # - name: Build with Gradle 8.5
48- # run: gradle build
39+ - name : Upload plugin file
40+ uses : actions/upload-artifact@v4
41+ with :
42+ retention-days : 1
43+ name : plugin-file
44+ path : build/distributions/*.zip
4945
5046 dependency-submission :
5147
Original file line number Diff line number Diff line change 11# Gist Snippet
22
3- ![ ci-status] ( https://travis-ci.org/chuntungho/gist-snippet.svg?branch=master )
4-
5- <a href =" https://gist.chuntung.com/ " >Getting Started</a > | <a href =" https://chuntung.com/donate " >Donate</a >
6-
73A code snippet tool based on GitHub gist, which provides with a feature to fetch secret or starred gist of GitHub accounts. It depends on built-in GitHub plugin which should be enabled.
Original file line number Diff line number Diff line change 11# Mon Apr 29 10:48:50 CST 2024
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-7.2 -bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 -bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments