aboutsummaryrefslogtreecommitdiffstats
path: root/buildSrc/src/main/groovy/refinery-frontend-conventions.gradle
blob: da9370fe4546ec79089303f5a4e713055b9d3225 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
plugins {
	id 'org.siouan.frontend-jdk11'
}

frontend {
	nodeVersion = project.ext['frontend.nodeVersion']
	nodeInstallDirectory = file("${rootDir}/.node")
	yarnEnabled = true
	yarnVersion = project.ext['frontend.yarnVersion']
}

tasks.named('enableYarnBerry') {
	enabled = false
}