Skip to content

Commit a8e990a

Browse files
author
denis-itskovich
committed
[gradle] [nodejs.gradle] Fixing dependencies
[rxrpc-jetty] Fixing websocket client builder
1 parent 07e7ef0 commit a8e990a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ yarnBuild {
66
it.outputs.dir "$projectDir/dist"
77
}
88

9-
def packageOutput = "${buildDir}/${project.name}.tgz"
10-
project.ext.packageFile = project.file(packageOutput)
11-
12-
yarnPack {
13-
it.args.addAll provider {['--filename', packageOutput]}
14-
it.outputs.file packageOutput
15-
}
16-
179
project.afterEvaluate { yarn.dependsOn(createYarnWrapperScripts) }
1810

1911
task deleteBuildFiles(type: Delete) {

0 commit comments

Comments
 (0)