Search Gradle plugins
Plugin | Latest Version |
---|---|
org.flywaydb.enterprise.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 |
9.22.3
(12 October 2023) |
net.kyori.blossomGradle plugin to perform source code token replacements in Java-based projects |
2.1.0
(16 September 2023) |
org.unbroken-dome.test-setsA plugin for the Gradle build system that allows specifying test sets (like integration or acceptance tests). Each test set is a logical grouping of a source set, dependency configurations, and related tasks and artifacts. |
4.1.0
(09 September 2023) |
com.github.vlsi.ideConfigures common IDE settings |
1.90
(24 June 2023) |
com.github.bjornvester.xjcAdds XJC tool to your project for generating Java source code for XML schemas (xsd files). Works with the Gradle build cache and has been tested with Java 8 and 11. Please see the Github project page for details. |
1.8.2
(22 June 2023) |
com.github.hauner.jarTestcreate a jar from the test source set. See https://github.com/hauner/gradle-plugins/tree/master/jartest for usage information. |
1.1.0
(28 May 2023) |
io.spine.tools.gradle.bootstrapPrepares a Gradle project for development on Spine. |
1.9.0
(20 May 2023) |
io.github.karamvsingh.backend-framework.gradle-pluginGradle plugin used to convert a smithy model into generated sources metadata |
0.1.2
(16 April 2023) |
io.github.davidburstrom.version-compatibilitySets up a compatibility test suite against given versions of one or more dependencies, and sets up source sets to create compatibility adapters for different versions of a dependency. This is useful in any context where the runtime dependencies of a program is a matter of configuration, e.g. when integrating a 3rd party tool in a software suite. |
0.5.0
(28 March 2023) |
net.devrieze.gradlecodegenA plugin to aid with codeGeneration without using buildSrc. It provides an additional generate section to sourceSets. In this section individual files to be generated can be specified. Each sourceset has an accompanying ...generator sourceSet where the actual generator source can live. |
0.6.0
(01 March 2023) |