Osip Fatkullin

Results 135 comments of Osip Fatkullin

Found another problem of current approach. It is impossible to depend task on `detekt[BuldVariant]All` task because it will not be created if gradle command not includes `detekt*All` pattern. So it...

Another possible way to go - create abstraction over build config field. With this approach we can share field between different build types and flavors: ```kotlin val stage = buildConfig.enumField("STAGE",...

Hello, thank you for your report! I think I know where is the problem. Try to place `dependencies` block after `bukkit` block where you set `apiVersion`. I can throw an...

Hello! Yes, I'll add your repo to BukkitGradle. Also, I'll think about adding automatic relocation. Thanks for the suggestion.

- [x] Add Aikar's repo - [ ] Add ACF support

Thanks for the report. I'll fix it in the next version

Hello! Yes I can. But now you can create `plugin.yml` with these items and it will be appended to generated `plugin.yml`

This feature is complex and I haven't time to implement it. So an answer is "sometimes, maybe"

In release 0.9.0 I've reworked the generation of plugin.yml, so this feature is easy to implement now.