Skip to content

Commit

Permalink
Merge pull request #37 from ocadaruma/prepare-24
Browse files Browse the repository at this point in the history
prepare for intellij 2024
  • Loading branch information
ocadaruma authored Mar 19, 2024
2 parents 178a481 + b4ec8bb commit 281c25b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ jobs:
strategy:
fail-fast: false
steps:
# Free GitHub Actions Environment Disk Space
# Since runPluginVerifier task requires a lot of disk space for downloading IDEs,
# without this, the build will fail due to disk full.
- name: Maximize Build Space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
large-packages: false
- uses: actions/checkout@v2
- name: Setup java
uses: actions/setup-java@v1
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
}

intellij {
version = "223.7571.182"
version = findProperty("sinceBuild")
plugins = ["org.intellij.intelliLang"]
updateSinceUntilBuild = false
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.9.2
snapshot=true
sinceBuild=223.7571.182
untilBuild=233.*
untilBuild=241.*

0 comments on commit 281c25b

Please sign in to comment.