Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
chore: update path
Browse files Browse the repository at this point in the history
  • Loading branch information
eaball35 committed Mar 31, 2021
1 parent f4e0fdb commit bd00ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -430,7 +430,7 @@ task javadocCombinedV3(type: Javadoc) {

options.addStringOption('encoding', 'UTF-8')
options.addStringOption("doclet", "com.microsoft.doclet.DocFxDoclet")
options.docletpath = [file("/Users/emilyball/Documents/docfx-doclet-1.0-SNAPSHOT-jar-with-dependencies-172556.jar")]
options.docletpath = [file(System.getenv('KOKORO_GFILE_DIR') + "/docfx-doclet-1.0-SNAPSHOT-jar-with-dependencies-172556.jar")]
}

clean {
Expand Down

0 comments on commit bd00ef6

Please sign in to comment.