Skip to content

Commit

Permalink
docs: configure frontend gradle plugin to use artifactory instead of …
Browse files Browse the repository at this point in the history
…official node mirror.
  • Loading branch information
ricardas-buc committed Nov 22, 2023
1 parent 9dbf3b6 commit 09dc708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ configure(subprojects.findAll { ["shared-ui", "ui"].contains(it.name) }) {
nodeVersion = frontendNodeVersion
nodeInstallDirectory = file("${rootDir}/.gradle/yarn-node/${frontendNodeVersion}")
cacheDirectory = file("${projectDir}/.gradle/yarn-cache")
nodeDistributionUrlRoot = 'https://artifactory.niis.org/artifactory/nodejs-dist-remote/'
maxDownloadAttempts = 3
if (System.getenv().containsKey("CI")) {
installScript='install --immutable'
Expand Down

0 comments on commit 09dc708

Please sign in to comment.