Rob B

Results 4 comments of Rob B

> I was able to work around this issue using a variant of [`TestDependenciesTask`](https://github.com/jenkinsci/gradle-jpi-plugin/blob/c583e653e7da139d99d66179ee388b7bc5d19518/src/main/groovy/org/jenkinsci/gradle/plugins/jpi/TestDependenciesTask.groovy) with `javaConvention.sourceSets.test.output.resourcesDir` changed to `javaConvention.sourceSets.integrationTest.output.resourcesDir` and the following code in my `build.gradle` file: > > ```groovy...

I've found that does not complain about `schema:additionalProperty` on classes where it isn't defined, such as `schema:Dataset`. I tested the following snippet in and found that it passes validation, which...

> The underlying assumption is that you have a container object (see [tutorial part 2](https://linkml.io/linkml/intro/tutorial02.html)), and that everything is an object. This is arguably quite good discipline, container objects are...

Fair enough. They both appear to generate valid diagrams for the first conifg: `linkml generate erdiagram testy.yaml --format mermaid | mmdc --outputFormat png` ![out](https://github.com/user-attachments/assets/bf942764-9364-416b-ae4f-bf26742a73dc) `linkml generate plantuml --format png testy.yaml...