Add jenkinsfile for pipeline build and dockerfile for build

Signed-off-by: brian <brian@brutex.de>
master
Brian Rosenberger 2022-10-24 12:44:21 +02:00
parent 7a105ed207
commit c3bb9d44cd
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
*/
subprojects {
group = group + "cavis-native"
group = group + ".cavis-native"
apply plugin: "java-library"
apply plugin: "maven-publish"
apply plugin: "signing"