groupId for xmake artifacts fixed

This commit is contained in:
Manuel Zedel
2018-11-08 13:02:23 +01:00
parent 51c4e2f039
commit a83d45acc8
+1 -1
View File
@@ -69,7 +69,7 @@ if (new File(SIGN_DOCKER_FILE_PY).exists()){
}
artifacts builderVersion: "1.1", {
def groupdId = "com.sap.sailing.android"
def groupId = "com.sap.sailing.android"
apkExtension = /\.apk$/
repodir = new File(gendir, "src/java/com.sap.sailing.www/apps")