Search Gradle plugins
Plugin | Latest Version |
---|---|
io.github.zenhelix.kotlin-library.conventionA Gradle plugin that simplifies the setup and configuration of Kotlin libraries |
0.12.0
(22 March 2025) |
io.github.zenhelix.kotlin-jvm.conventionA Gradle plugin that simplifies and enhances the configuration of Kotlin JVM projects |
0.12.0
(22 March 2025) |
io.github.zenhelix.jvm-test-suite.conventionA Gradle plugin that extends the jvm-test-suite plugin with additional configurations and utilities for enhanced JVM testing workflows |
0.12.0
(22 March 2025) |
io.github.zenhelix.java-libraryA Gradle plugin that simplifies the setup and configuration of Java libraries, including compilation, testing, and publishing, with built-in conventions and utilities. |
0.12.0
(22 March 2025) |
io.github.zenhelix.java.conventionA Gradle plugin that simplifies and enhances Java project configuration |
0.12.0
(22 March 2025) |
io.github.zenhelix.gradle-wrapper.conventionA Gradle plugin that simplifies and enhances the use of gradle-wrapper by automating tasks and configurations |
0.12.0
(22 March 2025) |
io.github.zenhelix.android.conventionA Gradle plugin that simplifies and enhances the configuration of Android projects |
0.12.0
(22 March 2025) |
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) |