3.0.0 #47
mpetuska
announced in
Announcements
3.0.0
#47
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Verified Versions
Added
NpmAssembleTask
andNpmPackTask
(including remote caches)Changed
1.6.20
npmPublishing
extension renamed tonpmPublish
build/publications/npm
tobuild/packages
publication
andrepository
DSLs removed. Use regular gradle'sregister
DSL=
assignments with proper.set()
invocation.NpmPackageAssembleTask
renamed toNpmAssembleTask
NpmPackage::moduleName
renamed toNpmPackage::packageName
NpmPackage::nodeJsDir
renamed tonodeHome
and moved toNpmPublishExtension
. It is now shared across allpublications.
NpmPackage::destinationDir
moved toNpmAssembleTask
.NpmRegistry::dry
propagated toNpmPackTask
andNpmPublishTask
with--dry
cli option added. Both still defaultto
NpmPublishExtension::dry
NodeExecTask
andNpmExecTask
allowing forcustom npm script execution on your packages or any other generic tooling.
Removed
LEGACY
compiler. Stick with2.1.x
if you still depend on it.dev.petuska:kon
dependencydev.petuska:gradle-lazy-delegates
dependencydev.petuska:klip
dependencyPRs
Full Changelog: 2.1.2...3.0.0
This discussion was created from the release 3.0.0.
Beta Was this translation helpful? Give feedback.
All reactions