Alex Semin

Results 59 issues of Alex Semin

Follow-up for: - https://github.com/gradle/gradle/pull/28571

stale
1 min review
platform:core_runtime

When generating a Kotlin library: ``` gradle init --no-comments --use-defaults --type kotlin-library ``` The plugins block in the build script does not help understanding that a Kotlin plugin is applied:...

in:build-init-plugin
a:chore
good first issue

Contributes towards #28540 Provides a new Java compilation option property to configure Preview Features: ``` tasks.withType().configureEach { options.enablePreview = true } ```

10 min review
platform:jvm

Classes like `ServiceRegistry` and related machinery currently live in the bloated `:base-services` project. Since they provide an independent aspect of the Gradle architecture they should be located in their own...

a:chore
in:core-utilities
platform:core_runtime

### Expected Behavior It should be easy to start working with Java feature previews. ```kotlin java { enablePreviews() } ``` This should be enough to enable previews across compilation, tests...

a:feature
in:java-plugins

This is a follow-up for https://github.com/gradle/gradle/pull/28516 and addresses more places from https://github.com/gradle/gradle/issues/28517 - It makes CC problems work with `Failure`s - Makes `ProblemDiagnostics` expose a `Failure` instead of an exception...

platform:ide
platform:core_runtime
platform:core_configuration

```[tasklist] ### Tasks - [x] Avoid mutable shared data in the example code snippet - [x] Use Kotlin instead of Groovy in the snippets (also applicable for the `IsolatedProject` section)...

a:documentation
in:settings-script

Test-only PR that capture the current behavior of the `gradle.lifecycle` callbacks with respect to access of functions outside of the callback lambdas.

in:isolated-projects
10 min review