swiftlang / swift-java

Apache License 2.0
724 stars 27 forks source link

Manually exclude Java2Swift.config files from targets that don't use the plugin #88

Closed DougGregor closed 1 month ago

DougGregor commented 1 month ago

This eliminates warnings about the Java2Swift.config files being "unhandled". SwiftPM is correct to warn here, because the files aren't used from SwiftPM themselves (we're not using the build plugin to generate them).