`BootJar`'s `bootInf` property should be `@Internal` to align it with the [`webInf` property](https://github.com/gradle/gradle/blob/14ec619c384e1f4a9b4db277b0687e95d62e7ef2/subprojects/plugins/src/main/java/org/gradle/api/tasks/bundling/War.java#L107) on Gradle's `War` task. `BootWar`'s `providedClasspath` property should be `@Classpath` to align it with the [`classpath` property](https://github.com/gradle/gradle/blob/14ec619c384e1f4a9b4db277b0687e95d62e7ef2/subprojects/plugins/src/main/java/org/gradle/api/tasks/bundling/War.java#L147) on Gradle's `War` task.