aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
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"
}
}