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

file.encoding=UTF-8
frontend.nodeVersion=20.15.1
group=tools.refinery
org.gradle.configuration-cache=true
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.29.0-SNAPSHOT
tools.refinery.interpreter.release=0.28.1
tools.refinery.release=0.1.0
version=0.1.1-SNAPSHOT