Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drschlaubi/intellij-gradleupdater
Never get frustrated by Groovy DSL examples again
https://github.com/drschlaubi/intellij-gradleupdater
gradle inspection intellij intellij-plugin
Last synced: 3 months ago
JSON representation
Never get frustrated by Groovy DSL examples again
- Host: GitHub
- URL: https://github.com/drschlaubi/intellij-gradleupdater
- Owner: DRSchlaubi
- License: mit
- Created: 2020-11-05T18:41:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T13:41:04.000Z (about 2 years ago)
- Last Synced: 2024-05-02T06:13:42.283Z (9 months ago)
- Topics: gradle, inspection, intellij, intellij-plugin
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/15341-gradleupdater
- Size: 327 KB
- Stars: 56
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Intellij Gradle Updater
Download from Marketplace: https://plugins.jetbrains.com/plugin/15341-gradleupdaterIntellij plugin which converts Groovy to Kotlin and updates your Gradle version for you
## Convert Gradle to Groovy
### Dependencies
![ezgif com-gif-maker (4)](https://user-images.githubusercontent.com/16060205/122114008-1798d000-ce23-11eb-9f4d-0c6f1efc9bfc.gif)
### Plugins![ezgif com-gif-maker (3)](https://user-images.githubusercontent.com/16060205/122113944-05b72d00-ce23-11eb-8a80-cf333f9950f0.gif)
### Strings![ezgif com-gif-maker (2)](https://user-images.githubusercontent.com/16060205/122113897-f801a780-ce22-11eb-8682-08848a67e4d6.gif)
## Dependency format conversion
![ezgif com-gif-maker (1)](https://user-images.githubusercontent.com/16060205/122113816-e0c2ba00-ce22-11eb-97ca-d56743b447d3.gif)### To positional
![ezgif com-gif-maker (5)](https://user-images.githubusercontent.com/16060205/122114091-2e3f2700-ce23-11eb-95c4-2d040340ebb6.gif)
### To Named
![ezgif com-gif-maker](https://user-images.githubusercontent.com/16060205/122113732-c7217280-ce22-11eb-8d39-310008a15c79.gif)### To notation
![](https://user-images.githubusercontent.com/16060205/122113602-9d684b80-ce22-11eb-8576-89bb64ffa36e.gif)
## More idiomatic Kotlin
### Plugins
![ln1rmo5l2mu61](https://user-images.githubusercontent.com/16060205/122113505-7c9ff600-ce22-11eb-9886-7b1bc3390dad.gif)
Also works for `kotlin()` dependencies
## Version helper
![Demo video](https://rice.by.devs-from.asia/OmpLEv9eaY.gif)
### Inspection on outdated Major Version
![Demo image](https://rice.by.devs-from.asia/java_hlUXq7AQdm.png)
### Notification
![Demo image](https://rice.by.devs-from.asia/java_LQjwjOJIP8.png)
## Build
```
gradlew buildPlugin
```