aboutsummaryrefslogtreecommitdiffstats
path: root/gradle.properties
blob: 28cdfcab22945289aa6722e559f01c887ba77bc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# SPDX-FileCopyrightText: 2021-2023 The Refinery Authors <https://refinery.tools/>
#
# SPDX-License-Identifier: EPL-2.0

file.encoding=UTF-8
frontend.nodeVersion=18.18.2
frontend.yarnVersion=4.0.0-rc.53
frontend.yarn1Version=1.22.19
group=tools.refinery
# Set to true once tools.refinery.gradle.frontend-worktree supports the cache.
org.gradle.configuration-cache=false
org.gradle.parallel=true
systemProp.sonar.gradle.skipCompile=true
systemProp.sonar.projectKey=graphs4value_refinery
systemProp.sonar.organization=graphs4value
systemProp.sonar.host.url=https://sonarcloud.io
tools.refinery.interpreter.group=tools.refinery.interpreter
# Follow the VIATRA incubation versioning scheme to avoid breaking SemVer.
tools.refinery.interpreter.version=0.28.0-SNAPSHOT
version=0.0.0-SNAPSHOT