From ecefb82899b6d2f3d7ae157e2be7fe6470fd4531 Mon Sep 17 00:00:00 2001 From: SebastianEbert <sebastian.ebert@tu-dresden.de> Date: Mon, 6 Dec 2021 17:16:50 +0100 Subject: [PATCH] updated ci --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index bd249e2a..797a0e0f 100644 --- a/build.gradle +++ b/build.gradle @@ -23,6 +23,7 @@ buildscript { } apply plugin: "catkin" +apply plugin: "maven-publish" allprojects { group 'org.ros.rosjava_core' @@ -46,8 +47,6 @@ subprojects { apply plugin: "osgi" apply plugin: "idea" apply plugin: "eclipse" - apply plugin: "maven-publish" - } } -- GitLab