Skip to content

Remove duplicate JavaVersion #21

@jocoand

Description

@jocoand

Description

Currently, each module in the project defines compileOptions with JavaVersion.VERSION_17.
This results in duplicate configurations across multiple build.gradle files.

Suggested Improvement

To improve maintainability and consistency, we should centralize this definition.
Such as by creating an extra property for the Java version in the project's root build.gradle.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions