From 0b4c301f56ddd2c96a19678473dde7744bf7412e Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Fri, 10 May 2019 08:52:13 -0400 Subject: [PATCH] Fixing typo in usage.gradle (#471). --- gradle/root/usage.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/root/usage.gradle b/gradle/root/usage.gradle index db32c8c740..1c545a97c9 100644 --- a/gradle/root/usage.gradle +++ b/gradle/root/usage.gradle @@ -27,9 +27,9 @@ Primary gradle tasks for Ghidra appropriate os dirs) Task rules: - buildNative_[platform] builds the native executables and libraries for the + buildNatives_[platform] builds the native executables and libraries for the specified platform (win64, linux64, osx64, etc.) [nativeProject.gradle] - prebuildNative_[platform] builds the native executables and libraries for the + prebuildNatives_[platform] builds the native executables and libraries for the specified platform and copies results to bin repo. [nativeProject.gradle] """