Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

Commit 14cecb8

Browse files
committed
Fix deploy section in .travis.yml
1 parent 1c4347d commit 14cecb8

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

.travis.yml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,17 @@ install:
1313
script:
1414
- ./gradlew check --info --console=plain --stacktrace
1515
deploy:
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

0 commit comments

Comments
 (0)