Skip to content

Conversation

@rjrudin
Copy link
Contributor

@rjrudin rjrudin commented Oct 1, 2025

This allows for test-app to be a subproject, allowing a developer to run mlDeploy from the root directory.

@rjrudin rjrudin requested a review from BillFarber as a code owner October 1, 2025 14:15
Copilot AI review requested due to automatic review settings October 1, 2025 14:15
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR converts the test-app directory from a standalone Gradle project into a subproject by removing its independent Gradle wrapper files and including it in the root project's settings. This resolves classpath issues and enables running mlDeploy from the root directory.

  • Removed Gradle wrapper files from test-app (gradlew, gradlew.bat, gradle-wrapper.properties)
  • Added test-app as a subproject in root settings.gradle
  • Updated test-app .gitignore to ignore Gradle wrapper files

Reviewed Changes

Copilot reviewed 5 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
test-app/gradlew.bat Removed Windows Gradle wrapper script
test-app/gradlew Removed Unix Gradle wrapper script
test-app/gradle/wrapper/gradle-wrapper.properties Removed Gradle wrapper configuration
test-app/.gitignore Added Gradle wrapper files to ignore list
settings.gradle Included test-app as a subproject

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

This allows for test-app to be a subproject, allowing a developer to run `mlDeploy` from the root directory.
@BillFarber BillFarber merged commit f853116 into develop Oct 1, 2025
2 checks passed
@rjrudin rjrudin deleted the feature/dhf branch October 7, 2025 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants