Ditch use of Files.createParentDirs() 10/104810/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 9 Mar 2023 15:54:31 +0000 (16:54 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 9 Mar 2023 16:36:27 +0000 (17:36 +0100)
commit4748576c3f594089e606ea6a1e431bd52b2a2ad3
tree5e36625a17b2a41c26f6017e43b35c1fef974621
parent27e726db8fc5ded32dd0d9fdd3991d28be1422ca
Ditch use of Files.createParentDirs()

We have Files.createDirectories() which has a tad nicer behaviour,
use that instead of a Guava utility.

JIRA: YANGTOOLS-745
Change-Id: I766469340fe8628ed70a2dd933c89191f661f70f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
plugin/yang-maven-plugin/src/main/java/org/opendaylight/yangtools/yang2sources/plugin/YangToSourcesProcessor.java