aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorIvan Dubrov <idubrov@guidewire.com>2014-04-24 19:35:21 -0700
committerIvan Dubrov <idubrov@guidewire.com>2014-04-24 19:35:21 -0700
commit41f226a5c85fb7e55e7db630a93050c66a871aeb (patch)
tree581e4782957ed12cd91afbd0144dca0409962a8f /build.gradle
parent070f0932b7f5f901551d42850b1c105a080cc40b (diff)
downloaddcevm-41f226a5c85fb7e55e7db630a93050c66a871aeb.tar.gz
dcevm-41f226a5c85fb7e55e7db630a93050c66a871aeb.zip
Renaming patches to support full flavor in future
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 0ba68a52..f317d8a1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -68,7 +68,7 @@ project('hotspot') {
// Use hg import since ant.patchfile requires 'patch' to be installed
exec {
executable 'hg'
- args 'import', '--no-commit', "../patches/dcevm-${hotspotTag}.patch"
+ args 'import', '--no-commit', "../patches/light-${hotspotTag}.patch"
}
}