aboutsummaryrefslogtreecommitdiffstats
path: root/gradle/xtext-common.gradle
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-09-24 18:30:00 +0200
committerLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-09-24 18:30:00 +0200
commit90e4c39607f07323a6a84d9d82385732be754939 (patch)
tree348ae0d809c57b3830dd6c0d06384dd9be150fe1 /gradle/xtext-common.gradle
parentci: trying to fix build.yml (diff)
downloadrefinery-90e4c39607f07323a6a84d9d82385732be754939.tar.gz
refinery-90e4c39607f07323a6a84d9d82385732be754939.tar.zst
refinery-90e4c39607f07323a6a84d9d82385732be754939.zip
ci: fix typo and simplify workflow
Diffstat (limited to 'gradle/xtext-common.gradle')
-rw-r--r--gradle/xtext-common.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/xtext-common.gradle b/gradle/xtext-common.gradle
index 9353b46f..f34108f3 100644
--- a/gradle/xtext-common.gradle
+++ b/gradle/xtext-common.gradle
@@ -21,7 +21,7 @@ clean.doLast {
21} 21}
22 22
23sonarqube.properties { 23sonarqube.properties {
24 properties['sonar.exlusions'] += [ 24 properties['sonar.exclusions'] += [
25 'src/main/xtext-gen/**', 25 'src/main/xtext-gen/**',
26 'src/test/xtext-gen/**', 26 'src/test/xtext-gen/**',
27 ] 27 ]