1
0
mirror of https://github.com/google/nomulus synced 2026-01-10 16:00:52 +00:00

Add a dependency on the local tools.jar for doc tool generation.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=225565675
This commit is contained in:
mmuller
2018-12-14 10:38:22 -08:00
committed by Michael Muller
parent 4b425973e0
commit 2ec8246097

View File

@@ -262,6 +262,9 @@ dependencies {
// Dependencies needed for compiling stylesheets to javascript
css 'com.google.closure-stylesheets:closure-stylesheets:1.5.0'
css 'args4j:args4j:2.0.26'
// Tool dependencies. used for doc generation.
compile files("${System.properties['java.home']}/../lib/tools.jar")
}
task jaxbToJava {