Idea Gradle Dependencies Formatter Versions Save

Gradle dependencies formatter for IntelliJ IDEA

release-0.6.1

2 years ago
  • (bugfix) fixed NPE in StringNotationToMapNotationIntention #76

release-0.6.0

3 years ago
  • (feature) Sort dependencies in allprojects block and in subprojects block #39
  • (feature) Change notation type on multiple dependencies at once #38
  • (bugfix) Convert a map notation that uses a variable to a string notation properly #42

release-0.5.3

6 years ago
  • (bugfix) Unable to paste multiple Maven dependencies at once #3

release-0.5.2

7 years ago
  • (bugfix) fixed NPE in MapNotationToStringNotationIntention#getElementPredicate

release-0.5.1

7 years ago
  • (improvement) Run MavenToGradleDependenciesCopyPasteProcessor before built-in CopyPasteProcessors

release-0.5.0

8 years ago
  • (feature) Sort dependencies

release-0.4.0

8 years ago
  • (feature) Convert a map notation to a string notation
  • (bugfix) Convert string notation of a dependency with ext to a map notation

release-0.3.0

8 years ago

Convert a string notation to a map notation

release-0.2.0

8 years ago

Paste a Maven dependency as a Gradle dependency:

  • added support for elements classifier and optional
  • version is skipped for dependency without version

release-0.1.0

8 years ago
  • Paste a Maven dependency as a Gradle dependency