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

Commit

Permalink
testing new alpha
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 18c49f9 commit e7e262a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
repositories {
mavenCentral()
maven { url 'http://nexus.testobject.org/nexus/content/repositories/testobject-public-beta-repo' }
maven { url 'http://nexus.testobject.org/nexus/content/repositories/testobject-public-alpha-repo' }
}

dependencies {
Expand Down Expand Up @@ -37,8 +37,9 @@ android {
testobject {
username "$System.env.testobjectusername"
password "$System.env.testobjectpassword"
projectName "$System.env.testobjectprojectname"
uploadVersion "$System.env.testobjectuploadversion".toBoolean()
appName "$System.env.testobjectprojectname"
uploadVersion "$System.env.testobjectuploadversion".toBoolean()
activateVersion "$System.env.testobjectactivateversion".toBoolean()
batches Eval.me("$System.env.testobjectbatches").toArray(new int[0])
testSuites Eval.me("$System.env.testobjectbatches").toArray(new int[0])
runCheckup true
}

0 comments on commit e7e262a

Please sign in to comment.