Skip to content

Commit

Permalink
Merge branch 'master' into path-4-elements
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurnikov committed Jul 21, 2024
2 parents 7812f68 + 869d490 commit d38f807
Show file tree
Hide file tree
Showing 60 changed files with 212 additions and 246 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
tests:
strategy:
matrix:
gradle-properties-version: [ 233, 241 ]
gradle-properties-version: [ 233, 241, 242 ]

runs-on: ubuntu-latest
env:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
uses: gradle/[email protected]
with:
gradle-version: wrapper
arguments: ":plugin:verifyPluginConfiguration -Pkotlin.incremental=false --no-daemon"
arguments: ":verifyPluginConfiguration -Pkotlin.incremental=false --no-daemon"
gradle-home-cache-excludes: |
caches/modules-2/files-2.1/com.jetbrains.intellij.pycharm
caches/modules-2/files-2.1/com.jetbrains.intellij.idea
Expand All @@ -70,7 +70,7 @@ jobs:
uses: gradle/[email protected]
with:
gradle-version: wrapper
arguments: ":plugin:runPluginVerifier -Pkotlin.incremental=false --no-daemon"
arguments: ":verifyPlugin -Pkotlin.incremental=false --no-daemon"
gradle-home-cache-excludes: |
caches/modules-2/files-2.1/com.jetbrains.intellij.pycharm
caches/modules-2/files-2.1/com.jetbrains.intellij.idea
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ src/main/gen/
/dove
deps/
bin/
.intellijPlatform
Loading

0 comments on commit d38f807

Please sign in to comment.