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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user