Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: detect packages in multi-project repositories #290

Merged
merged 2 commits into from
Sep 2, 2024

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    b60aac6 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. test: a tweak to fix a test failure

    These changes fix a test failure that happened in my dev environment.
    
    They make sure to use a directory created by @tempdir, rather than just
    using java.io.tmpdir (a very full/messy tmp directory was causing one of
    the config tests to fail).
    
    Also, a new .gitignore hides the intellij download created for tests in
    agent/test/intellij.
    apotterri committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c85a803 View commit details
    Browse the repository at this point in the history