openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
G
gradle-node-plugin
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 20, 2024 — Jul 20, 2025
Showing page 12 of 30
Search / Filter on:
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.
Benoit Sautel
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.
Benoit Sautel
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.
Benoit Sautel
More...
over 5 years ago
Improve the documentation (changelog and FAQ).
Benoit Sautel
More...
over 5 years ago
Simplify some code.
Benoit Sautel
More...
over 5 years ago
Clean the Kotlin code by using the Kotlin DSL.
Benoit Sautel
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.
Benoit Sautel
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.
Benoit Sautel
More...
over 5 years ago
Improve the Kotlin DSL usage in the Kotlin DSL test.
Benoit Sautel
More...
over 5 years ago
Declare tasks lazily using register instead of create.
Benoit Sautel
More...
over 5 years ago
Upgrade Node.js and npm to the latest version.
Benoit Sautel
More...
over 5 years ago
Fix issue #31. Split the tasks into three groups (Node, npm, Yarn).
Benoit Sautel
More...
over 5 years ago
Fix issue #34. Improve inputs definition for the npmSetup and yarnSetup tasks.
Benoit Sautel
More...
over 5 years ago
Use Gradle Action instead of Kotlin lambda and Groovy closure for execOverrides and nodeModulesOutputFilter.
Benoit Sautel
More...
over 5 years ago
Add a link to the Kotlin DSL example in the changelog.
Benoit Sautel
More...
over 5 years ago
Use properties and providers in the NodeExtension and in the configuration of all tasks to follow Gradle new guidelines.
Benoit Sautel
More...
over 5 years ago
Change the additional paths type to string list.
Benoit Sautel
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.
Benoit Sautel
More...
over 5 years ago
Refactor the VariantBuilder.
Benoit Sautel
More...
over 5 years ago
Merge pull request #90 from node-gradle/speed-up-integration-tests
Benoit Sautel
More...
over 5 years ago
Add the node plugin configuration in the examples.
Benoit Sautel
More...
over 5 years ago
Fix some broken unit tests on Github actions' Windows.
Benoit Sautel
More...
over 5 years ago
Improve changelog for version 3.0.
Benoit Sautel
More...
over 5 years ago
Improve formatting.
Benoit Sautel
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
Benoit Sautel
More...
over 5 years ago
Merge branch 'speed-up-integration-tests' into execoverrides
Benoit Sautel
More...
over 5 years ago
Merge branch 'master' into speed-up-integration-tests
Benoit Sautel
More...
over 5 years ago
Try to fix a strange issue in Github actions macOS build.
Benoit Sautel
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.
Benoit Sautel
More...
over 5 years ago
Refactor variant builder.
Benoit Sautel
More...
over 5 years ago
←
1
2
…
8
9
10
11
12
13
14
15
16
…
29
30
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree