summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-05-13 01:03:35 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-05-13 01:03:35 +0000
commit9a13210b28aed96caee31037a01efdd76ad5fd9d (patch)
tree766ef423e8f021e0722776b1d031d9dd4529653f
parent509d991ca35bf646d264d0747c1250a59293a1a4 (diff)
parent1f677215d8bbf59b778ebf0708768338c931d40b (diff)
downloaddoclava-9a13210b28aed96caee31037a01efdd76ad5fd9d.tar.gz
Snap for 7357013 from 1f677215d8bbf59b778ebf0708768338c931d40b to sc-v2-release
Change-Id: If3cdaecbf117a61f9b3f0dcc6856adafa45f1f5d
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 0a0ce4d..4f586df 100644
--- a/build.gradle
+++ b/build.gradle
@@ -47,7 +47,7 @@ dependencies {
toolsJar = System.env.JAVA_TOOLS_JAR
} else {
throw new Exception("If you are not using Java 8, JAVA_TOOLS_JAR env variable " +
- "needs to be set to build Doclava")
+ "needs to be set to tools.jar from a Java 8 installation to build Doclava")
}
implementation(files(toolsJar))