File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -51,18 +51,18 @@ jobs:
51
51
- name : publish all
52
52
if : " ${{ github.event.inputs.to_publish == 'all' }}"
53
53
run : |
54
- ./gradlew :changelogPush -Prelease=true --stacktrace --warning-mode all
55
- ./gradlew :plugin-gradle:changelogPush -Prelease=true -Pgradle.publish.key=${{ secrets.GRADLE_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_SECRET }} --stacktrace --warning-mode all
56
- ./gradlew :plugin-maven:changelogPush -Prelease=true --stacktrace --warning-mode all
54
+ ./gradlew :changelogPush -Prelease=true --stacktrace --warning-mode all --no-configuration-cache
55
+ ./gradlew :plugin-gradle:changelogPush -Prelease=true -Pgradle.publish.key=${{ secrets.GRADLE_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_SECRET }} --stacktrace --warning-mode all --no-configuration-cache
56
+ ./gradlew :plugin-maven:changelogPush -Prelease=true --stacktrace --warning-mode all --no-configuration-cache
57
57
- name : publish just plugin-gradle
58
58
if : " ${{ github.event.inputs.to_publish == 'plugin-gradle' }}"
59
59
run : |
60
- ./gradlew :plugin-gradle:changelogPush -Prelease=true -Pgradle.publish.key=${{ secrets.GRADLE_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_SECRET }} --stacktrace --warning-mode all
60
+ ./gradlew :plugin-gradle:changelogPush -Prelease=true -Pgradle.publish.key=${{ secrets.GRADLE_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_SECRET }} --stacktrace --warning-mode all --no-configuration-cache
61
61
- name : publish just plugin-maven
62
62
if : " ${{ github.event.inputs.to_publish == 'plugin-maven' }}"
63
63
run : |
64
- ./gradlew :plugin-maven:changelogPush -Prelease=true --stacktrace --warning-mode all
64
+ ./gradlew :plugin-maven:changelogPush -Prelease=true --stacktrace --warning-mode all --no-configuration-cache
65
65
- name : publish just lib
66
66
if : " ${{ github.event.inputs.to_publish == 'lib' }}"
67
67
run : |
68
- ./gradlew :changelogPush -Prelease=true --stacktrace --warning-mode all
68
+ ./gradlew :changelogPush -Prelease=true --stacktrace --warning-mode all --no-configuration-cache
You can’t perform that action at this time.
0 commit comments