From: Larry Sachs Date: Wed, 8 Mar 2017 20:06:49 +0000 (-0800) Subject: Add properties for smoketest to run X-Git-Tag: 1.3.0~502 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0391dc13a6f9d7bc5240ebc8f833710706752f56;p=platform%2Fupstream%2Fiotivity.git Add properties for smoketest to run Recent changes have added new properties. PROJECT_VERSION and MULTIPLE_OWNER are now required. Change-Id: Iae140a0d9c09f9604f6a50a04320b5f5d47cbde1 Signed-off-by: Larry Sachs Reviewed-on: https://gerrit.iotivity.org/gerrit/17789 Tested-by: jenkins-iotivity Reviewed-by: George Nash Reviewed-by: Rick Bell --- diff --git a/java/iotivity-android/gradle.properties b/java/iotivity-android/gradle.properties index 4f95e01..a351750 100755 --- a/java/iotivity-android/gradle.properties +++ b/java/iotivity-android/gradle.properties @@ -39,6 +39,8 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true +PROJECT_VERSION=1.3.0 +MULTIPLE_OWNER=0 WITH_CLOUD=0 WITH_TRANSPORT_EDR=0 WITH_TRANSPORT_BLE=0