This repository was archived by the owner on May 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,17 @@ install:
1313script :
1414 - ./gradlew check --info --console=plain --stacktrace
1515deploy :
16- provider : script
17- script : ./gradlew publishPlugins -Pgradle.publish.key=$GRADLE_PLUGIN_KEY -Pgradle.publish.secret=$GRADLE_PLUGIN_SECRET
18- skip_cleanup : true
19- on :
20- tags : true
21- deploy :
22- provider : releases
23- api_key : $GITHUB_API_KEY
24- file :
25- - " build/libs/gradle-file-encrypt-1.3.1.jar"
26- - " build/libs/gradle-file-encrypt-1.3.1-javadoc.jar"
27- - " build/libs/gradle-file-encrypt-1.3.1-sources.jar"
28- skip_cleanup : true
29- on :
30- tags : true
16+ - provider : script
17+ script : ./gradlew publishPlugins -Pgradle.publish.key=$GRADLE_PLUGIN_KEY -Pgradle.publish.secret=$GRADLE_PLUGIN_SECRET
18+ skip_cleanup : true
19+ on :
20+ tags : true
21+ - provider : releases
22+ api_key : $GITHUB_API_KEY
23+ file :
24+ - " build/libs/gradle-file-encrypt-1.3.1.jar"
25+ - " build/libs/gradle-file-encrypt-1.3.1-javadoc.jar"
26+ - " build/libs/gradle-file-encrypt-1.3.1-sources.jar"
27+ skip_cleanup : true
28+ on :
29+ tags : true
You can’t perform that action at this time.
0 commit comments