Iwan Eising

Results 5 issues of Iwan Eising

**Describe the issue** I am using the initializerJson.json to initialize Mock-Server. For my team it is more convenient to manage a standard set of mock-responses this way. When specifying literal...

- [X] I have read the [guidelines for submitting issues](https://jmfayard.github.io/refreshVersions/contributing/submitting-issues/) ## 🐛 Describe the bug When running `.\gradlew refreshVersionsMigrate --mode=XXX` my build.gradle file is corrupted. Running a build afterwards fails...

No matter what I do, the value shown when running the `showInfo` task always results in 'none' I would get the following typical output: `Branch name: use_i-love-milk_plugin` `Branch group: use_i-love-milk_plugin`...

Trying to configure refreshVersions to not mention Gradle RC updates, but it seems that the configuration ``` refreshVersions { rejectVersionIf { candidate.stabilityLevel.isLessStableThan(current.stabilityLevel) } } ``` is not related to Gradle...

It would be nice if the plugin also reports new versions of Gradle itself. Until now, I've been using the refreshVersions plugin. The development of that plugin seems to be...

enhancement