Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

chore: Move java_path to General Configuration #73

Description

@berntpopp

Description

Relocate the java_path parameter from the Kestrel-specific configuration to the general configuration file. This change centralizes Java-related settings, enhancing consistency and maintainability across different components of the project.

Motivation

Having java_path in the general configuration allows for easier management of Java dependencies and ensures that all parts of the project reference the same Java executable path. This reduces redundancy and potential configuration mismatches.

Acceptance Criteria

  • Remove java_path from kestrel_config.json.
  • Add java_path to the main configuration file (e.g., config.json).
  • Update all scripts and modules to reference java_path from the general configuration.
  • Ensure existing functionality remains unaffected after the change.
  • Update documentation to reflect the new configuration structure.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions