googleapis / gapic-generator

Tools for generating API client libraries from API Service Configuration descriptions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java: Don't put gradle files in parent directory of output

garrettjonesgoogle opened this issue · comments

Java generation will dump gradle files into the parent directory of the output. This is somewhat rude, and could even be dangerous if it overwrites user files that they don't want overwritten.

With bazel in place we should just stop generating gradle files.

This is will closed as part of the Java Microgenerator.