Search Gradle plugins
Plugin | Latest Version |
---|---|
io.freefair.maven-optionalAdds a maven-like 'optional' configuration to your gradle build |
8.13.1
(25 March 2025) |
com.netflix.nebula.optional-basePlugins to add provided and optional configurations |
10.0.1
(08 August 2024) |
io.github.jcohy.gradle.optional-dependenciesAdded support for Maven-style optional dependencies. |
3.2.2.2
(11 May 2024) |
com.supcis.remote-build-cacheAdds 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) |
nebula.nebula-optional-baseCreate a provided configuration. Similar to providedCompile create by the war plugin. |
1.12.0
(29 July 2014) |
com.supcis.plugin-resolutionAdds a maven repository to the plugin resolution configuration that is configured via environment variables: - MAVEN_DOWNLOAD_URL: the base URL for the maven repository - MAVEN_USER: the username for the maven repository (optional) - MAVEN_PASSWORD: the password for the maven repository (optional) |
1.1.0
(23 January 2025) |
com.supcis.java-toolchain-resolverConfigures a JavaToolchainResolver that is configured via environment variables: - MAVEN_DOWNLOAD_URL: the base URL for the maven repository - MAVEN_USER: the username for the maven repository (optional) - MAVEN_PASSWORD: the password for the maven repository (optional) The JDK is expected to be in the form of a maven coordinate: [MAVEN_DOWNLOAD_URL]/jdk/vendor/version/os/architecture/vendor-jdk-version-os-architecture.zip |
1.1.0
(23 January 2025) |
com.supcis.dependency-resolutionAdds a maven repository to the dependency resolution configuration that is configured via environment variables: - MAVEN_DOWNLOAD_URL: the base URL for the maven repository - MAVEN_USER: the username for the maven repository (optional) - MAVEN_PASSWORD: the password for the maven repository (optional) |
1.1.0
(23 January 2025) |
nebula.optional-baseCreate a provided configuration. Similar to providedCompile create by the war plugin. |
7.0.0
(13 September 2021) |
com.datamaio.scd4jSCD4J stands for Simple Continuous Delivery for Java and Groovy Developer. In short, SCD4J is an automation platform for configuring and installing your Web IT infrastructure. With just one command you can install clusters and deploy applications. Note that SCD4J is not another option for Puppet or Chef. It is, actually, a SIMPLER option than those tools. To know more about SCD4J, please take a look at https://github.com/scd4j/gradle-plugins/wiki |
0.7.22
(16 December 2016) |