mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-15 05:41:51 +08:00
Download node as part of gradle yarn setup
This commit is contained in:
parent
e6b7eff9c6
commit
71927903aa
@ -70,6 +70,8 @@ task updateVersion(type: Copy) {
|
||||
}
|
||||
|
||||
node {
|
||||
download = true
|
||||
version = "16.14.2"
|
||||
nodeProjectDir = file("$rootDir/react/dashboard")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user