Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@rholder rholder released this 11 Sep 06:01
· 37 commits to master since this release

Notes

  • Completely rewritten Gradle Tooling API integration
  • Seamless custom Gradle Tooling API model that injects itself into a project without modification
  • Better UI arrangement by combining trees in the left pane with more intuitive naming
  • Added a scrolling log window
  • Fixed bug where rendered tree nodes are truncated when toggling replacement view
  • Feature parity with old 1.0.x

Known Issues

  • Gradle plugins in your build compiled with Java 1.7+ source compatibility don't work under IntelliJ for Mac since it still runs the Gradle Tooling API with the Java 1.6 runtime