mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
update node version
This commit is contained in:
parent
e533c97d0f
commit
af50221b44
@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id "com.moowork.node" version "1.2.0"
|
||||
id "com.github.node-gradle.node" version "2.2.3"
|
||||
id 'com.github.kt3k.coveralls' version '2.8.2' // Coverage
|
||||
id "com.jfrog.bintray" version "1.8.4"
|
||||
}
|
||||
@ -82,7 +82,7 @@ artifacts {
|
||||
}
|
||||
|
||||
node {
|
||||
version = '13.12.0'
|
||||
version = '14.0.0'
|
||||
// version = '+'
|
||||
download = true
|
||||
}
|
||||
@ -90,7 +90,8 @@ node {
|
||||
task nodeVersion(type: NodeTask) {
|
||||
test.dependsOn it
|
||||
options = ['-v']
|
||||
script = file('scriptDoesNotExists.js')
|
||||
script = file("$buildDir/tmp/scriptDoesNotExists.js")
|
||||
script.text = ''
|
||||
doLast {
|
||||
if( node.download ) {
|
||||
def nodeDir = nodeSetup.getNodeDir() // dir is only valid if downloaded
|
||||
|
Loading…
x
Reference in New Issue
Block a user