Search Gradle plugins
Plugin | Latest Version |
---|---|
org.jetbrains.kotlinx.rpc.pluginThe plugin ensures correct RPC configurations for your project, that will allow proper code generation. Additionally, it enforces proper artifacts versions for your project, depending on your Kotlin version. Resulting versions of the kotlinx.rpc dependencies will be 'kotlinVersion-kotlinxRpcVersion', for example '1.9.24-0.2.0', where '0.2.0' is the kotlinx.rpc version. |
0.6.2
(17 April 2025) |
org.hiero.gradle.feature.test-fixturesConventions for 'java-test-fixtures' that configures test fixtures support without publishing the fixtures |
0.3.10
(17 April 2025) |
org.hiero.gradle.feature.testConventions for the 'test' task that configure JUnit 5, memory settings and parallelism |
0.3.10
(17 April 2025) |
org.hiero.gradle.feature.repositoriesConfigures a set of standard repositories for dependency resolution including Maven Central |
0.3.10
(17 April 2025) |
org.hiero.gradle.feature.publish-maven-repositoryConventions for 'maven-publish' that configure signing and add additional metadata to POM files |
0.3.10
(17 April 2025) |
org.hiero.gradle.feature.java-executeConventions to make JavaExec tasks work with configuration cache in IntelliJ |
0.3.10
(17 April 2025) |
org.hiero.gradle.feature.java-docConventions for 'javadoc' that configures '-Xdoclint:all,-missing' and turns warnings into errors |
0.3.10
(17 April 2025) |
org.hiero.gradle.feature.java-compileConventions for reproducible Java Module compilation: applies 'org.gradlex.reproducible-builds' and ensures that an exact JDK version is configured and used |
0.3.10
(17 April 2025) |
org.hiero.gradle.feature.build-cacheStandard configuration for a remote build cache that is pushed to from CI and pulled from everywhere |
0.3.10
(17 April 2025) |
org.flywaydb.flywayFlyway 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: http://flywaydb.org |
11.7.2
(17 April 2025) |