google / bamboo-soy

An intellij plugin supporting Closure Template language (Soy)
Apache License 2.0
48 stars 27 forks source link

Make plugin compatible with 2020.3 #235

Closed ulitink closed 3 years ago

ulitink commented 3 years ago

Updates plugin to use new IntelliJ platform API. Fixes https://github.com/google/bamboo-soy/issues/232 and https://youtrack.jetbrains.com/issue/IDEA-260161.

szymonkorytnicki commented 3 years ago

This would be an awesome fix, effectively enabling me to bump my IDE. Super happy to see it coming. cc @crdev I see you have the write access - an approval here would be super useful :)

crdev commented 3 years ago

Hey, the PR unfortunately fails the Travis build, so I need to look into what's going on there.

crdev commented 3 years ago

The Travis output is identical to that described in https://github.com/JetBrains/gradle-intellij-plugin/issues/601.

@ulitink Konstantin, would you perhaps mind updating

id 'org.jetbrains.intellij' version '0.7.1'

to '0.7.2' and re-pushing the PR?