diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 1e02488c..85eb20e0 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,12 @@ allprojects { apply plugin: 'mercurial-mq' -task cloneProject( type: HgClone ) { +task cloneIcsOpenVPN( type: HgClone ) { sourceUrl = 'https://code.google.com/p/ics-openvpn/' workingDir = '.' +} + +task updateIcsOpenVPN( type: HgUpdate ) { + workingDir = 'ics-openvpn' + branch = 'default' }
\ No newline at end of file |