aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
blob: 1736d644fbb800333d3ecd24846992293e7842a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}

allprojects {
	group = 'org.eclipse.viatra.solver'
	version = '1.0.0-SNAPSHOT'
}