Skip to content

Commit

Permalink
Testing to se if gradle wrapper will solve build issues. (fix windows…
Browse files Browse the repository at this point in the history
… run command)
  • Loading branch information
m0rkeulv committed Apr 14, 2021
1 parent 058b9c1 commit 155d676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Build with Gradle (windows)
if: ${{ matrix.os == 'windows-latest'}}
run: gradlew.bat clean build verifyPlugin -PtargetVersion="${{ matrix.IDEA_VERSION }}"
run: .\gradlew.bat clean build verifyPlugin -PtargetVersion="${{ matrix.IDEA_VERSION }}"
- name: Build with Gradle (linux/mac)
if: ${{ matrix.os != 'windows-latest'}}
run: ./gradlew clean build verifyPlugin -PtargetVersion="${{ matrix.IDEA_VERSION }}"

0 comments on commit 155d676

Please sign in to comment.