-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
Commits on Apr 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9ccb431 - Browse repository at this point
Copy the full SHA 9ccb431View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for d2160a1 - Browse repository at this point
Copy the full SHA d2160a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 274aae4 - Browse repository at this point
Copy the full SHA 274aae4View commit details
Commits on Apr 19, 2020
-
Use properties and providers in the NodeExtension and in the configur…
…ation of all tasks to follow Gradle new guidelines.
Configuration menu - View commit details
-
Copy full SHA for 26ac5c1 - Browse repository at this point
Copy the full SHA 26ac5c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57e51ef - Browse repository at this point
Copy the full SHA 57e51efView commit details -
Use Gradle Action instead of Kotlin lambda and Groovy closure for exe…
…cOverrides and nodeModulesOutputFilter.
Configuration menu - View commit details
-
Copy full SHA for 4f4233c - Browse repository at this point
Copy the full SHA 4f4233cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed93ef3 - Browse repository at this point
Copy the full SHA ed93ef3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a8adbd - Browse repository at this point
Copy the full SHA 8a8adbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fae0f8 - Browse repository at this point
Copy the full SHA 9fae0f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 283adca - Browse repository at this point
Copy the full SHA 283adcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ada1769 - Browse repository at this point
Copy the full SHA ada1769View commit details
Commits on Apr 20, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 65c674f - Browse repository at this point
Copy the full SHA 65c674fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 383c979 - Browse repository at this point
Copy the full SHA 383c979View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ea509e - Browse repository at this point
Copy the full SHA 4ea509eView commit details
Commits on Apr 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2dc64e5 - Browse repository at this point
Copy the full SHA 2dc64e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51af9e2 - Browse repository at this point
Copy the full SHA 51af9e2View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1bb9c4a - Browse repository at this point
Copy the full SHA 1bb9c4aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 7d6af17 - Browse repository at this point
Copy the full SHA 7d6af17View commit details -
Simplify the Gradle Kotlin DSL syntax by using autogenerated typesafe…
… model accessor for the node extension.
Configuration menu - View commit details
-
Copy full SHA for 47b9243 - Browse repository at this point
Copy the full SHA 47b9243View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0cdcc8 - Browse repository at this point
Copy the full SHA b0cdcc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5952451 - Browse repository at this point
Copy the full SHA 5952451View commit details -
Upgrade to the latest semver plugin version.
Change the semver configuration to change to the next major version.
Configuration menu - View commit details
-
Copy full SHA for 9684c4b - Browse repository at this point
Copy the full SHA 9684c4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d85cb1e - Browse repository at this point
Copy the full SHA d85cb1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94f5f7f - Browse repository at this point
Copy the full SHA 94f5f7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b5e466 - Browse repository at this point
Copy the full SHA 3b5e466View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50943ee - Browse repository at this point
Copy the full SHA 50943eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63b25de - Browse repository at this point
Copy the full SHA 63b25deView commit details
Commits on Apr 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f41168b - Browse repository at this point
Copy the full SHA f41168bView commit details
Commits on Apr 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 24b0550 - Browse repository at this point
Copy the full SHA 24b0550View commit details