Skip to content

Disable/Remove stubsJar implicit publication #1168

@shanman190

Description

@shanman190

The idea is to remove the publication by default and instead flip the inclusion of the stubsJar to be on the end user. This helps to resolve #482, but it will be a breaking change that will have to wait until v3.0.0.

A similar story can be found here.

Possible solution (Gradle):

publishing {
    publications {
        maven(MavenPublication) {
            // Other settings
            artifact stubsJar
        }
    }
}

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions