Search Gradle plugins
Plugin | Latest Version |
---|---|
io.github.davidburstrom.recursive-wrapperUpdates the Gradle wrapper for all included projects in a single invocation. |
0.1.0-beta-3
(19 April 2023) |
org.flywaydb.pro.flywayFlyway by Redgate is an open-source database migration tool. It strongly favors simplicity and convention over configuration. It is simple, focused and powerful. It runs on Windows, Mac OSX and Linux, Java and Android. It is based around just 6 basic commands: Migrate, Clean, Info, Validate, Baseline and Repair. Migrations can be written in SQL (database-specific syntax (such as PL/SQL, T-SQL, ...) is supported) or Java (for advanced data transformations or dealing with LOBs). It has a Command-line client. If you are on the JVM, we recommend using the Java API (also works on Android) for migrating the database on application startup. Alternatively, you can also use the Maven plugin, Gradle plugin, SBT plugin or the Ant tasks. And if that not enough, there are plugins available for Spring Boot, Dropwizard, Grails, Play, Griffon, Grunt, Ninja and more! Supported databases are Oracle, SQL Server, SQL Azure, DB2, DB2 z/OS, MySQL (including Amazon RDS), MariaDB, Google Cloud SQL, PostgreSQL (including Amazon RDS and Heroku), Redshift, Vertica, H2, Hsql Derby, SQLite and solidDB. More info: https://flywaydb.org |
7.0.0-beta1
(02 September 2020) |
org.caffinitas.gradle.antlrPlugin to work around include-files issue with AntlrTask |
0.1.1
(13 August 2020) |
dev.trinkets.pomGradle plugin to generate a POM file and include it in a Jar archive |
1.0.0
(18 June 2019) |
ru.itbasis.gradle.plugins.java-module-gradle-pluginIncluding Lombok dependency and configure Checkstyle |
0.6.1
(30 July 2017) |
ru.itbasis.gradle.plugins.java-pluginIncluding Lombok dependency and configure Checkstyle |
0.5.2
(30 July 2017) |
com.zegreatrob.tools.diggerThis plugin finds and extracts information from git commits, including co-author data. |
1.7.20
(30 May 2025) |
io.github.klahap.pgenThis Gradle plugin simplifies the development process by automatically generating Kotlin Exposed table definitions from a PostgreSQL database schema. It connects to your database, introspects the schema, and creates Kotlin code for Exposed DSL, including table definitions, column mappings, and relationships. Save time and eliminate boilerplate by keeping your Exposed models synchronized with your database schema effortlessly. |
0.9.2
(27 May 2025) |
org.hiero.gradle.feature.repositoriesConfigures a set of standard repositories for dependency resolution including Maven Central |
0.4.1
(22 May 2025) |
io.github.appspiriment.libraryThis Gradle plugin configures an Android Library module with Hilt Dependency Injection (DI) using KSP (Kotlin Symbol Processing) and does not configure KAPT. It automatically applies the Hilt plugin to the library, enabling DI functionality with KSP. The plugin features a configurable extension, `configureLibrary`, which allows you to enable Compose capabilities by setting `isComposeLibrary` to true within the extension. Additionally, the plugin updates the `appspirimentlibs.versions.toml` file to manage and include the required dependencies for the library. This plugin streamlines the setup for Android libraries, providing seamless integration with Hilt (via KSP) and optional support for Compose. |
0.0.7
(17 May 2025) |