aboutsummaryrefslogtreecommitdiffstats
path: root/gradle.properties
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-10-19 19:26:57 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-10-19 19:26:57 +0200
commitb1bb48fa99c75a98eba94b8620afd3ac52c4f58f (patch)
tree2b3418db4c8c31421f9d955c26a20136627b067f /gradle.properties
parentfix(frontend): contains contextual keyword (diff)
downloadrefinery-b1bb48fa99c75a98eba94b8620afd3ac52c4f58f.tar.gz
refinery-b1bb48fa99c75a98eba94b8620afd3ac52c4f58f.tar.zst
refinery-b1bb48fa99c75a98eba94b8620afd3ac52c4f58f.zip
chore(deps): bump dependencies
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties
index 59f53d4c..28cdfcab 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -3,13 +3,14 @@
3# SPDX-License-Identifier: EPL-2.0 3# SPDX-License-Identifier: EPL-2.0
4 4
5file.encoding=UTF-8 5file.encoding=UTF-8
6frontend.nodeVersion=18.17.1 6frontend.nodeVersion=18.18.2
7frontend.yarnVersion=4.0.0-rc.50 7frontend.yarnVersion=4.0.0-rc.53
8frontend.yarn1Version=1.22.19 8frontend.yarn1Version=1.22.19
9group=tools.refinery 9group=tools.refinery
10# Set to true once tools.refinery.gradle.frontend-worktree supports the cache. 10# Set to true once tools.refinery.gradle.frontend-worktree supports the cache.
11org.gradle.configuration-cache=false 11org.gradle.configuration-cache=false
12org.gradle.parallel=true 12org.gradle.parallel=true
13systemProp.sonar.gradle.skipCompile=true
13systemProp.sonar.projectKey=graphs4value_refinery 14systemProp.sonar.projectKey=graphs4value_refinery
14systemProp.sonar.organization=graphs4value 15systemProp.sonar.organization=graphs4value
15systemProp.sonar.host.url=https://sonarcloud.io 16systemProp.sonar.host.url=https://sonarcloud.io