Results 77 issues of Stefan M.

Currently only the README provides some "first starter" code how to use the plugin. We need some more docs which explains everything a little bit better - more in detail....

Currently this plugin does not work if the [StefMa/ArtifactoryPublish](https://github.com/StefMa/ArtifactoryPublish) plugin is applied. This should change it. See also https://github.com/StefMa/ArtifactoryPublish/issues/32

I just went to the source code and found out that this library could be a perfect candidate to use/try out Kotlin Mobile Multiplatform. The entry point is just an...

You should consider if it make sense to make `GenerateGitVersionName` Task [Cacheable](https://docs.gradle.org/current/javadoc/org/gradle/api/tasks/CacheableTask.html). Since the task have some input properties (from the `GitVersioner`) and a output (the output file which will...

Thanks for this awesome library! Without trying it yet I think this will become a no-brainer dependency of you build heavy DSLs... Anyways. May I ask why this is an...

### Describe the feature Instead of using renovate, the template should switch to dependabot. Why? Because it reduces the configuration of this template. Users don't have to install anything. As...

### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking change that fixes an...

Right now resolving packages doesn't store packages in the cache. This is in some situations problematic because "fully offline use" is not possible with the current implementation. Except of the...

I want to add a badge to my README file that shows the latest version that consumers can use. Similar to other badges supported by https://shields.io I guess a Pkl...

Given: * An already existing bump wrapper PR from version 8.4 to 8.5 * A new bump wrapper PR got open from version 8.4 to 8.6 The first PR stay...