Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
changed build file to new structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Lenke authored and Hannes Lenke committed Feb 19, 2014
1 parent e7e262a commit 01dff28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ android {
testobject {
username "$System.env.testobjectusername"
password "$System.env.testobjectpassword"
appName "$System.env.testobjectprojectname"
appName "$System.env.testobjectappname"
uploadVersion "$System.env.testobjectuploadversion".toBoolean()
activateVersion "$System.env.testobjectactivateversion".toBoolean()
testSuites Eval.me("$System.env.testobjectbatches").toArray(new int[0])
runCheckup true
testSuites Eval.me("$System.env.testobjectsuites").toArray(new int[0])
runCheckup "$System.env.testobjectruncheckup".toBoolean()
}

0 comments on commit 01dff28

Please sign in to comment.