From 5f376f64efa110407440f853078d317c5589eb55 Mon Sep 17 00:00:00 2001 From: SebastianEbert <sebastian.ebert@tu-dresden.de> Date: Mon, 6 Dec 2021 17:13:18 +0100 Subject: [PATCH] updated ci --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index 28208c9f..0bd4840e 100644 --- a/build.gradle +++ b/build.gradle @@ -46,6 +46,9 @@ subprojects { apply plugin: "osgi" apply plugin: "idea" apply plugin: "eclipse" + apply plugin: "com.github.ben-manes.versions" version "0.36.0" + apply plugin: "maven-publish" + } } -- GitLab