Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Convenience plugins that orchestrate and preconfigure other plugins for release management or code quality.

License

Notifications You must be signed in to change notification settings

bakdata/gradle-plugins

Repository files navigation

Build and Publish Sonarcloud status Code coverage

bakdata gradle plugins

A collection of small Gradle plugins, mostly focused on deployment.

  • Sonar Some defaults for easy integration of sonar on multi-module projects
  • Sonatype is used for uploading to sonatype repos and ultimately publish to Maven Central
  • Release adds configurable push behavior for version bumping
  • Jib configures Jib repository, tag and image name
  • Mockito configures Mockito as a Java agent for tests

Development

Snapshot versions of these plugins are published to Sonatype. You can use them in your project by adding the following snippet to your settings.gradle.kts

pluginManagement {
 repositories {
 gradlePluginPortal()
 maven(url = "https://central.sonatype.com/repository/maven-snapshots")
 }
}

About

Convenience plugins that orchestrate and preconfigure other plugins for release management or code quality.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 7

AltStyle によって変換されたページ (->オリジナル) /