pantsbuild / intellij-pants-plugin

IntelliJ Plug-in for Pants Build
Apache License 2.0
74 stars 55 forks source link

Bump to IntelliJ 2020.3 #578

Closed tpasternak closed 3 years ago

tpasternak commented 4 years ago

Commit 1

Switch host pants to a custom one with updated Zinc

The pants version we've been using was using an old Zinc version that did not support Scala 2.13. Since this commit, we build by ourselves pants with bumped Zinc version, so upgrade to 2.13 is possible.

Commit 2

Bump to IntelliJ 2020.3

tpasternak commented 4 years ago

@wisechengyi could you look at cd446a1 if it's acceptable?

callicles commented 3 years ago

What's missing for this to get merged? Maybe I can give a hand?

tpasternak commented 3 years ago

Hey @callicles sorry for the late reply. I'm now trying to find some other way to build testData/external-system-test-api.jar than just local compilation on a laptop. After it is done, I think the PR will be ready to review