We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c046fb9 commit 4a27655Copy full SHA for 4a27655
.github/workflows/prerelease.yml
@@ -95,7 +95,7 @@ jobs:
95
java-version: '17'
96
- name: Generate artifact
97
run: |
98
- ./gradlew -PideProfileName=${{ matrix.supported_versions }} :plugin-amazonq:buildPlugin --exclude-task buildResharperPlugin
+ ./gradlew -PideProfileName=${{ matrix.supported_versions }} :plugin-amazonq:buildPlugin
99
- name: Upload artifact
100
uses: actions/upload-artifact@v4
101
with:
0 commit comments