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

Allow users to provide a custom gradle.properties file #60

Merged
merged 7 commits into from
Apr 28, 2021
Merged

Commits on Apr 9, 2021

  1. Allow users to provide a custom gradle.properties file

    When a binding of type or kind equals `gradle` is present, the contents of that file are copied to `$GRADLE_USER_HOME/gradle.properties`. This is picked up by Gradle when it runs and allows the user to pass additional configuration to Gradle. For example, this can be used for providing credentials to a remote Maven repository.
    Daniel Mikusa committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    713b3e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Fix some formatting issues & use a symlink to the binding file instea…

    …d of copying it into the layer
    Daniel Mikusa committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    a7675be View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into gh_issue_23

    Daniel Mikusa authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    0bb9d44 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Apply suggestions from code review

    Co-authored-by: Emily Casey <ecasey@vmware.com>
    Daniel Mikusa and ekcasey authored Apr 14, 2021
    Configuration menu
    Copy the full SHA
    231d985 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Moved creation of symlink into a layer contributor that is added prio…

    …r to the layer where gradle runs, but after the cache layer. This allows the cache code to run and initialize the symlink for the cache, then this layer contributes next, adding the symlink into the cache directory and finally gradle runs.
    Daniel Mikusa committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    6b5dd1f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into gh_issue_23

    Daniel Mikusa authored Apr 15, 2021
    Configuration menu
    Copy the full SHA
    3a42dcc View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Merge branch 'main' into gh_issue_23

    Daniel Mikusa authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    0bbca25 View commit details
    Browse the repository at this point in the history