Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 0deaf5a02..f6c1440d8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,7 @@
plugins {
- id 'org.xtext.xtend' version '2.0.7' apply false
- id 'com.github.dkorotych.gradle-maven-exec' version '2.2.1'
- id 'org.hidetake.ssh' version '2.10.1'
+ id "pl.allegro.tech.build.axion-release"
+ id "de.protos.etrice-base" apply false
+ id "de.protos.etunit-convert" apply false
}
apply from: "$rootDir/gradle/scmVersion.gradle"

Back to the top