Skip to content

Commit

Permalink
build(plugin-version): reduce sinceBuild version (#82)
Browse files Browse the repository at this point in the history
* build(plugin-version): reduce sinceBuild version

Give a bit more leeway with min version.

* build(workflow): update actions/setup-java to v3
  • Loading branch information
zzehring authored Mar 2, 2024
1 parent 350fbbf commit 931c4bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

# Setup Java 17 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 17
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pluginVersion = 0.1.6

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 233
pluginSinceBuild = 233.2
pluginUntilBuild = 241.*

# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
Expand Down

0 comments on commit 931c4bf

Please sign in to comment.