diff options
author | HOCKLA <ah999m@att.com> | 2019-12-11 10:24:44 -0600 |
---|---|---|
committer | HOCKLA <ah999m@att.com> | 2019-12-16 08:41:07 -0600 |
commit | 79e69312b4823aa5cd0441704706875d6b56f3dc (patch) | |
tree | 85210f82503907758aeacced92a566e3c4b66d27 /gson | |
parent | 2986d9e70e3f23effcba1e1be0533bd84a9d1baa (diff) |
Added JDK 11 upgrades and point to parent java 11 branch
Issue-ID: POLICY-1583
Change-Id: Ic46ffcb6eb5b0d18f9cb0a6a2ec46374e523f54a
Signed-off-by: HOCKLA <ah999m@att.com>
Diffstat (limited to 'gson')
-rw-r--r-- | gson/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gson/pom.xml b/gson/pom.xml index 63cb5877..32fb598b 100644 --- a/gson/pom.xml +++ b/gson/pom.xml @@ -119,7 +119,7 @@ with minor changes --> <configLocation>onap-checkstyle/onap-java-style.xml</configLocation> <!-- <sourceDirectory> is needed so that checkstyle ignores the generated sources directory --> - <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory> + <sourceDirectories>${project.build.sourceDirectory}</sourceDirectories> <includeResources>true</includeResources> <includeTestSourceDirectory>true</includeTestSourceDirectory> <includeTestResources>true</includeTestResources> |