File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
uses : actions/setup-java@v4
33
33
with :
34
34
distribution : zulu
35
- java-version : 17
35
+ java-version : 21
36
36
37
37
- name : Setup Gradle
38
38
uses : gradle/actions/setup-gradle@v3
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ pluginGroup=com.github.biomejs.intellijbiome
3
3
pluginName =Biome
4
4
pluginRepositoryUrl =https://github.com/biomejs/biome-intellij
5
5
# SemVer format -> https://semver.org
6
- pluginVersion =1.5.0
6
+ pluginVersion =1.5.1
7
7
8
8
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
9
- pluginSinceBuild = 241
9
+ pluginSinceBuild = 243
10
10
pluginUntilBuild = 243.*
11
11
12
12
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
You can’t perform that action at this time.
0 commit comments