buildscript { repositories { mavenCentral() } dependencies { classpath 'org.xtext:xtext-gradle-plugin:2.0.9-alpha.3' } } plugins { id 'com.github.johnrengelman.shadow' version '5.2.0' apply false id 'com.moowork.node' version '1.3.1' apply false id 'org.sonarqube' version '3.3' } allprojects { group = 'org.eclipse.viatra.solver' version = '0.0.0-SNAPSHOT' } sonarqube.properties { property "sonar.projectKey", "graphs4value_refainery" property "sonar.organization", "graphs4value" property "sonar.host.url", "https://sonarcloud.io" }