Skip to content

Instantly share code, notes, and snippets.

@aluedeke
Created January 23, 2014 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aluedeke/8576207 to your computer and use it in GitHub Desktop.
Save aluedeke/8576207 to your computer and use it in GitHub Desktop.
testobject gradle web app
buildscript {
repositories {
mavenCentral()
maven { url 'http://nexus.testobject.org/nexus/content/repositories/testobject-public-beta-repo' }
}
dependencies {
classpath 'com.android.tools.build:gradle:0.4+'
classpath group: 'org.testobject.extras', name: 'gradle', version: '3+'
}
}
apply plugin: 'testobject'
testobject {
username 'youruser'
password 'yourpwd'
projectName 'yourprojectname'
uploadVersion false
activateVersion false
batches 2,3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment