Tags: mockito/mockito
Tags
Fix javadoc publication (#3561) There are a couple of fixes included in this commit: * The destination dir was improperly set when translating from groovy DSL to kotlin DSL in 590b24a which prevented the cache and the javadocJar to pick up the right folder. This change avoids setting manually the destination dir and uses the default instead. * Skip test-fixtures publication * Always publish javadoc artifact for published modules * In 2c184c9 nexus publish was bumped to 2.0.1, however a task changed name. while this didn't prevent the task to be executed, let's use the correct name. * Exclude internal packages Fixes #3542
Bump com.google.googlejavaformat:google-java-format (#3541) Bumps [com.google.googlejavaformat:google-java-format](https://github.com/google/google-java-format) from 1.25.0 to 1.25.1. - [Release notes](https://github.com/google/google-java-format/releases) - [Commits](google/google-java-format@v1.25.0...v1.25.1) --- updated-dependencies: - dependency-name: com.google.googlejavaformat:google-java-format dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update `nexusPublishing` to use project.group(#3470) This broke when we moved the core sources into the `mockito-core` subproject. See https://github.com/gradle-nexus/publish-plugin/blob/v2.0.0-rc-1/src/main/kotlin/io/github/gradlenexus/publishplugin/NexusPublishExtension.kt#L38-L40 Also, tweak the nexus `repositoryDescription` for the same reason. Fixes #3466
PreviousNext