Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: java9-modularity/gradle-modules-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.12
Choose a base ref
...
head repository: java9-modularity/gradle-modules-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.13
Choose a head ref
  • 5 commits
  • 6 files changed
  • 4 contributors

Commits on Aug 6, 2022

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

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    0c4c9c6 View commit details
    Browse the repository at this point in the history
  2. Fix for #224 (#225)

    bjorndarri authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    5fadfd6 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Patch-in generated resources during testing

    fixes: #227
    
    Enhance `TestTask` to patch-in additional resource directories containing generated resources, as added via `org.gradle.api.tasks.SourceSetOutput.dir()` methods, when running unit tests, so that all resources are accessible.
    big-andy-coates committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    79d8996 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Merge pull request #228 from big-andy-coates/generated-resources

    Patch-in generated resources during testing
    big-andy-coates authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    1236fa1 View commit details
    Browse the repository at this point in the history
Loading