Yahor Berdnikau
Yahor Berdnikau
Whenever I try to run any spek test from IntelliJ IDEA - I got "Test framework quit unexpectedly". Running same tests from command line via `./gradlew :library:core:test` produces test results....
Would be nice to automate publishing plugin for new Android Studio canary versions (maybe IDEA eap as well). IMHO, it is not required to have "stable" version of plugin for...
Followup of #101: Plugin should detect if composite builds applies plugin as well and run git hook over "files-to-commit" in such projects.
Followup of #101: Plugin should detect if `buildSrc` module applies plugin as well and run git commit hook over files to commit in this module.
Starting Gradle 5.1 it is possible to pin repository to specific artefact. Plugin should check Gradle version and add a repository configuration for ktlint. This should simplify plugin setup. Docs...
Currently there is no way to check sources only for specific target in new kotlin multiplatform plugin (for example, only for common or only for js). We should add related...
I saw https://github.com/airbnb/DeepLinkDispatch/issues/107 issue, but now Android Gradle plugin supports proguard files from `jar` as well: https://developer.android.com/studio/build/shrink-code#configuration-files: > JAR libraries: /META-INF/proguard/
As an administrator, I want an option to disable leaderboard for the organization, as it brings in unnecessary competition and pressure on the developers. We want Pullreminder be considered inside...
### Expected Behavior Gradle `kotlin-dsl` plugin should not modify `kotlinOptions.freeCompilerArgs` in task action (Gradle execution phase) ### Current Behavior In Gradle 7.3 - 7.5.1 versions `freeCompilerArgs` could be modified in...
### Issue type Missing information ### Problem description The description of [DefaultTask.dependsOn](https://docs.gradle.org/current/javadoc/org/gradle/api/DefaultTask.html#dependsOn-java.lang.Object...-) or [DefaultTask.setDependsOn](https://docs.gradle.org/current/javadoc/org/gradle/api/DefaultTask.html#setDependsOn-java.lang.Iterable-) has the following link for the possible accepted dependsOn types: ``` https://docs.gradle.org/current/javadoc/org/gradle/api/DefaultTask.html#dependencies ``` The problem is...