Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Gradle/maven with multi version artifacts
Previously the publish-maven.gradle only supported having a single artifact be marked as optional or provided. This causes problems now that we are building modules that support multiple versions of an artifact. For example, we compile against two versions of Tiles artifacts with identical names, both of which need to be marked optional. This updates publish-maven.gradle to find all the artifacts and mark them as optional as apposed to the first entry.
- Loading branch information