File tree Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -108,10 +108,6 @@ jobs:
108108 branch : ${{ steps.setupvars.outputs.lsp_version }}
109109 path : ./src/main/resources/bin
110110
111- # Validate wrapper
112- - name : Gradle Wrapper Validation
113- uses : gradle/actions/wrapper-validation@v3
114-
115111 # Setup Java 17 environment for the next steps
116112 - name : Setup Java
117113 uses : actions/setup-java@v4
Original file line number Diff line number Diff line change @@ -131,10 +131,6 @@ jobs:
131131 branch : ${{ needs.set-defaults.outputs.lsp_version }}
132132 path : ./src/main/resources/bin
133133
134- # Validate wrapper
135- - name : Gradle Wrapper Validation
136- uses : gradle/actions/wrapper-validation@v3
137-
138134 # Set environment variables
139135 - name : Export Properties
140136 id : properties
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = "com.smallcloud"
44pluginName = Refact.ai
55pluginRepositoryUrl = https://github.com/smallcloudai/refact-intellij
66# SemVer format -> https://semver.org
7- pluginVersion = 6.5.1
7+ pluginVersion = 6.5.2
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010pluginSinceBuild = 241
You can’t perform that action at this time.
0 commit comments