commit | 130d6795dae6a2b73a0d4b08b9987e8924a023ab | [log] [tgz] |
---|---|---|
author | Ivan Frade <ifrade@google.com> | Thu Mar 25 11:04:05 2021 -0700 |
committer | Ivan Frade <ifrade@google.com> | Thu Mar 25 11:04:05 2021 -0700 |
tree | 879283e8f8fad3f393bfaf21d6c3a04a9fd6d151 | |
parent | 8bfa12b63124fac78496030e8c5647a6ee887533 [diff] |
Add jaxb-api as external dependency Compilation is broken because it cannot find classes like javax.xml.bind.XmlAttribute (JAXB). It seems JAXB was removed in java 11. Add it as external dependency. This makes the plugin compile. Unit tests seems to be broken, but that is a different issue. Change-Id: Id3980064461b1e789967a148fc5c6f52db070f2f
The plugin will update a superproject to contain the submodules defined in the manifest XML file whenever the manifest repo is changed.
For more information see the documentation or the build instructions