Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jetbrains-plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
jetbrains-plugin
Merge requests
!13
update to current intellij versions
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
update to current intellij versions
chore/version-update
into
develop
Overview
0
Commits
2
Pipelines
1
Changes
1
Merged
Johannes Mey
requested to merge
chore/version-update
into
develop
2 years ago
Overview
0
Commits
2
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
3608f4db
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
3608f4db
update to current intellij versions
· 3608f4db
Johannes Mey
authored
2 years ago
gradle.properties
+
2
−
2
Options
@@ -8,11 +8,11 @@ pluginVersion = 0.3.0
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild
=
211
pluginUntilBuild
=
2
13
.*
pluginUntilBuild
=
2
22
.*
# 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
=
2021.1.1, 2021.1.2, 2021.1.3, 2021.2.3, 2021.3.1
pluginVerifierIdeVersions
=
2021.1.1, 2021.1.2, 2021.1.3, 2021.2.3, 2021.3.1
, 2022.1.4, 2022.2
platformType
=
IC
platformVersion
=
2021.3.1
Loading