Skip to content

Commit

Permalink
Update to 2023.2 non-EAP version to ensure a successful build
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Oct 7, 2023
1 parent fd5fd0c commit fd22b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ pluginSinceBuild = 231

# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions.
pluginVerifierIdeVersions = IC-231.8770.65, IC-232.7754.73
pluginVerifierIdeVersions = IC-231.8770.65, IC-232.8660.185

platformType = IC
# platformVersion = 231.8770.17-EAP-SNAPSHOT
# platformVersion = 2023.1
# using 2023.1 here creates an error duing invocation with
# "Invocation of unresolved constructor com.intellij.ui.components.JBLoadingPanel.<init>(LayoutManager, Disposable, int, int, DefaultConstructorMarker)"
platformVersion = 232.7754.73-EAP-SNAPSHOT
platformVersion = 232.8660.185
platformDownloadSources = true

# Opt-out flag for bundling Kotlin standard library.
Expand Down

0 comments on commit fd22b25

Please sign in to comment.