JetBrains: Upgrade dependencies
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: philipp-spiess
This PR upgrades two gradle dependencies:
There are no breaking changes in org.jetbrains.intellij
that affect us and we only use Kotlin for the configuration file which still works.
α jetbrains (ps/jetbrains-upgrade-dependencies)✗ ./gradlew list
> Task :listProductsReleases
IC-2022.1.3
IC-2021.3.3
IC-2021.2.4
IC-2019.2.4
IC-2021.1.3
IC-2020.3.4
IC-2019.1.4
IC-2018.3.6
IC-2020.2.4
IC-2020.1.4
IC-2019.3.5
IC-2018.2.8
IC-2018.1.8
IC-2017.3.7
IC-2017.2.7
IC-2017.1.6
IC-2016.3.8
IC-2016.2.5
BUILD SUCCESSFUL in 480ms
1 actionable task: 1 executed
Also manually ran ./gradlew runIde
to confirm it still works.
Check out the client app preview documentation to learn more.
Push commits to the source branch or add previously merged commits to review them.