0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Simplify the Gradle Kotlin DSL syntax by using autogenerated typesafe model accessor for the node extension. More... over 5 years ago
Simplify the build. Remove old publication configuration that seems to be no longer used (artifactory publication). Simply use the Gradle plugin publish plugin to publish it to Gradle portal. More... over 5 years ago
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. More... over 5 years ago
Improve the documentation (changelog and FAQ). More... over 5 years ago
Simplify some code. More... over 5 years ago
Clean the Kotlin code by using the Kotlin DSL. More... over 5 years ago
Migrate the build to the Gradle Kotlin DSL. It just remains a few files that I don't know well and I am not sure I can migrate them correctly to Kotlin. More... over 5 years ago
Remove unnecessary optional providers types since providers can not contain null values. If they are not defined, they are empty and thus contain nothing and not null. More... over 5 years ago
Improve the Kotlin DSL usage in the Kotlin DSL test. More... over 5 years ago
Declare tasks lazily using register instead of create. More... over 5 years ago
Upgrade Node.js and npm to the latest version. More... over 5 years ago
Fix issue #31. Split the tasks into three groups (Node, npm, Yarn). More... over 5 years ago
Fix issue #34. Improve inputs definition for the npmSetup and yarnSetup tasks. More... over 5 years ago
Use Gradle Action instead of Kotlin lambda and Groovy closure for execOverrides and nodeModulesOutputFilter. More... over 5 years ago
Add a link to the Kotlin DSL example in the changelog. More... over 5 years ago
Use properties and providers in the NodeExtension and in the configuration of all tasks to follow Gradle new guidelines. More... over 5 years ago
Change the additional paths type to string list. More... over 5 years ago
Remove the variant and the variant builder. Instead of having a global 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. More... over 5 years ago
Refactor the VariantBuilder. More... over 5 years ago
Merge pull request #90 from node-gradle/speed-up-integration-tests More... over 5 years ago
Add the node plugin configuration in the examples. More... over 5 years ago
Fix some broken unit tests on Github actions' Windows. More... over 5 years ago
Improve changelog for version 3.0. More... over 5 years ago
Improve formatting. More... over 5 years ago
Change back the execOverride type to a Kotlin lambda. This works in both Kotlin and Groovy DSLs but this is not the way recommended by Gradle (Action): https://docs.gradle.org/current/userguide/kotlin_dsl.html#groovy_closures_from_kotlin More... over 5 years ago
Merge branch 'speed-up-integration-tests' into execoverrides More... over 5 years ago
Merge branch 'master' into speed-up-integration-tests More... over 5 years ago
Try to fix a strange issue in Github actions macOS build. More... over 5 years ago
Fix a broken test on Windows after default Node.js version upgrade. npx arguments containing blank characters no longer work, blank characters are considered as separators. It sounds like it is due to a change in npx. This problem only occurs on Windows. More... over 5 years ago
Refactor variant builder. More... over 5 years ago