mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 01:11:50 +02: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:
parent
4b425973e0
commit
2ec8246097
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue