IntelliJ IDEA – the IDE for Professional Development in Java and Kotlin
Last year Gradle announced a new experimental project called Declarative Gradle that aims to make Gradle build scripts easier to read and use. Instead of writing detailed instructions for how to build your project, Declarative Gradle allows you to describe what your software needs (like libraries, a…
Nowadays, a build tool is an essential part of any project, and IntelliJ IDEA integrates with the majority of them. Among the most popular build tools is Gradle. We’d like to give a brief historical overview of its integration with IntelliJ IDEA and the delegation process implemented inside the I…
In this post we're going to look at new features in IntelliJ IDEA 2018.2 for Gradle support, but since we've not talked about updates to Gradle support for a while, we'll also mention some of the other Gradle features that made it into recent releases. Firstly it's worth mentioning that importing…
One of the new features in IntelliJ IDEA 2017.1 is full support for Gradle Composite Builds. We were fortunate to have Stefan Oehme from Gradle presenting a webinar, showing what composite builds are, how they work and why you might want to use them. In the second part of the webinar, I (Trisha Gee)…
Fresh IntelliJ IDEA 2016.3 EAP build, packed with various improvements is here. This and all future builds will have the Gradle composite builds support, so you can substitute any of your project dependencies with another project. Imagine your project has compilation time dependencies to org.s…
A new IntellIJ IDEA 2016.3 EAP build is out and ready to try. Other than the usual amount of bugfixes, it brings a couple of noticeable improvements. More Refactorings to Java 8 First of all, we continue with tuning the inspections that help refactor regular code into idiomatic Java 8. (mo…
Gradle becomes more and more popular, and so we're improving its IntelliJ IDEA integration. If you've already tried IntelliJ IDEA 14.1 EAP, you might have noticed the changes in the Gradle tool window. First of all, in addition to the list of tasks you now can also see project dependencies along …
Today we have just released a fresh IntelliJ IDEA 14 EAP build, as always packed with new features and enhancements. Everything what's new is listed on the download page, but we'd like to highlight several improvements and explain them with a little bit more detail here. First of all, the Rese…
Java developers have been busier than ever this April, and here at JetBrains, we’ve noticed! Each month, we’re excited to bring you the best Java content from around the web, straight to your favorite blog! If you have any topics you would like to see covered, please email me, Breandan d…
Good news for all who use Gradle in their projects. The newest update of IntelliJ IDEA brings new features and enhancements for the Gradle integration. Now IntelliJ IDEA provides you additional configuration settings: Use gradle wrapper — The IDE automatically detects if the linked gradl…
We have an excellent news for the Gradle fans today. IntelliJ IDEA 11.1 introduces new features for Gradle integration: ability to compare project structure defined by Gradle and your favorite IDE; ability to solve project structure differences (to some extent); (more…)…
You asked us to add Gradle support to IntelliJ IDEA. And when you ask hard we usually respond. So, we've been working hard on that lately. The job is still in progress but the most impatient ones can already try what is done. The most valuable thing IntelliJ IDEA does now is setting up the project …