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

Use Gradle properties #93

Merged
merged 29 commits into from
Apr 27, 2020
Merged

Use Gradle properties #93

merged 29 commits into from
Apr 27, 2020

Commits on Apr 17, 2020

  1. Refactor the VariantBuilder.

    bsautel committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    9ccb431 View commit details
    Browse the repository at this point in the history
  2. Remove the variant and the variant builder. Instead of having a globa…

    …l variant, we now provide some methods that are able to compute the former variant fields.
    
    We are going to use Gradle properties to fully work in the lazy mode. The concept of variant that is computed after project evaluation is not really compatible with this approach.
    bsautel committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    d2160a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    274aae4 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. Use properties and providers in the NodeExtension and in the configur…

    …ation of all tasks to follow Gradle new guidelines.
    bsautel committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    26ac5c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57e51ef View commit details
    Browse the repository at this point in the history
  3. Use Gradle Action instead of Kotlin lambda and Groovy closure for exe…

    …cOverrides and nodeModulesOutputFilter.
    bsautel committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    4f4233c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed93ef3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a8adbd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9fae0f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    283adca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ada1769 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Remove unnecessary optional providers types since providers can not c…

    …ontain null values. If they are not defined, they are empty and thus contain nothing and not null.
    bsautel committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    65c674f View commit details
    Browse the repository at this point in the history
  2. Migrate the build to the Gradle Kotlin DSL. It just remains a few fil…

    …es that I don't know well and I am not sure I can migrate them correctly to Kotlin.
    bsautel committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    383c979 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ea509e View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Simplify some code.

    bsautel committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    2dc64e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51af9e2 View commit details
    Browse the repository at this point in the history
  3. Issue #45. Run tests only using the current Gradle version by default…

    …. Add a property to run them using all the Gradle supported versions. The CI still run tests using all Gradle versions.
    bsautel committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    1bb9c4a View commit details
    Browse the repository at this point in the history
  4. Simplify the build. Remove old publication configuration that seems t…

    …o be no longer used (artifactory publication).
    
    Simply use the Gradle plugin publish plugin to publish it to Gradle portal.
    bsautel committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    7d6af17 View commit details
    Browse the repository at this point in the history
  5. Simplify the Gradle Kotlin DSL syntax by using autogenerated typesafe…

    … model accessor for the node extension.
    bsautel committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    47b9243 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b0cdcc8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5952451 View commit details
    Browse the repository at this point in the history
  8. Upgrade to the latest semver plugin version.

    Change the semver configuration to change to the next major version.
    bsautel committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    9684c4b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d85cb1e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    94f5f7f View commit details
    Browse the repository at this point in the history
  11. Remove the ci task.

    bsautel committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    3b5e466 View commit details
    Browse the repository at this point in the history
  12. Fix a broken link in the FAQ.

    bsautel committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    50943ee View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    63b25de View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Improve the 3.0 changelog.

    bsautel committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    f41168b View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

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