Skip to content

Commit 2ba458d

Browse files
committed
remove rudiment steps in workflow and bump version
1 parent 6e09469 commit 2ba458d

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = "com.smallcloud"
44
pluginName = Refact.ai
55
pluginRepositoryUrl = 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
1010
pluginSinceBuild = 241

0 commit comments

Comments
 (0)