Search Gradle plugins

Plugin Latest Version

Adds a remote build cache that is configured via environment variables: - GRADLE_REMOTE_BUILD_CACHE_URL: the base URL for the remote build cache - PUSH_TO_REMOTE_BUILD_CACHE: boolean value whether to push to the remote build cache or to use it only for pulling. (optional, default: false) - MAVEN_USER: the username for the maven repository (optional) - MAVEN_PASSWORD: the password for the maven repository (optional) No remote cache is added if no GRADLE_REMOTE_BUILD_CACHE_URL is set.

1.1.0
(23 January 2025)

The util to easily define the app version in the property file. Create `version.properties` file at project root level (default) with following properties: `version.code`, `version.major`, `version.minor`, `version.patch`. To define different properties file name or location use `versionPropDef.propertyFile`.

1.0.0
(04 January 2025)

A custom Gradle plugin that extends gradle-jooq-plugin with default configurations.

1.0.0
(11 November 2024)

Configuration of and additional functionality for the SpotBugs Gradle plugin

3.3
(29 August 2024)

Configuration of and additional functionality for the standard PMD plugin

3.3
(29 August 2024)

Configuration of and JUnit summary report for the standard Test task

3.3
(29 August 2024)

Additional functionality for the standard Java tasks and additional Java related tasks

3.3
(29 August 2024)

Configuration of and additional functionality for the standard JaCoCo plugin

3.3
(29 August 2024)

Configuration of and additional functionality for the standard Checkstyle plugin

3.3
(29 August 2024)

This plugin contains a bunch of best practices around how to build projects for the JVM. This includes dependency locking by default, kotlin support, groovy support (for testing), wiring up the junit platform, null away, and linting.

1.0.17
(11 July 2024)