If so, than better not use mavenLocal() which is broken by design from Maven already.
Better deploy to some dedicated local file-based repository and use that in the test.
But usually, if you use .withPluginClasspath() with TestKit, that should already add your plugin to the classpath of the test and make it usable in your tests.
@Vampire thanks. withClasspath() was the find.
I previously didn’t recognise that functionalTest was consuming the previous publish into the local maven repository.