Search Gradle plugins
| Plugin | Latest Version |
|---|---|
com.cleafy.j2objcGradle Plugin for J2ObjC, which is an open-source tool from Google that translates Java source code to Objective-C for the iOS (iPhone/iPad) platform. The plugin is not affiliated with Google but was developed by former Google Engineers and others. J2ObjC enables Java source to be part of an iOS application's build, no editing of the generated files is necessary. The goal is to write an app's non-UI code (such as application logic and data models) in Java, which is then shared by Android apps, web apps (using GWT), and iOS apps (using J2ObjC). |
0.7.19
(18 October 2018) |
kotlin2ts.kt2tsA Gradle Plugin which translates Kotlin data classes into Typescript. It uses Alicia Boya García's TypeScript definition generator for that. |
1.0.0
(15 October 2018) |
io.github.udaychandra.suselThis gradle plugin creates the META-INF/susel.metadata file representing the metadata about the service providers in a given Java module. |
0.1.2
(14 October 2018) |
com.greensopinion.gradle-android-eclipseA Gradle plug-in that enables generation of Eclipse project files (.project and .classpath) to enable use of the Eclipse IDE for Android projects. Correctly adds Android AAR dependencies to the classpath, works with the new Android build system. |
1.1
(14 October 2018) |
ud.susel.susel-gradle-pluginThis gradle plugin creates the META-INF/susel.metadata file representing the metadata about the service providers in a given Java module (in the JPMS sense). |
0.1.0
(13 October 2018) |
eu.hexagonmc.gradle.spigot.annotationGenerates Spigot metadata files (plugin.yml and bungee.yml) from source code using Spigot-Annotations project |
1.3
(08 October 2018) |
us.ihmc.ihmc-ci-pluginUse this plugin to generate load-balanced and categorized test suites for use with annotations provided in ihmc-ci-core-api. |
0.20.6
(18 September 2018) |
com.github.spotbugs.temporaryPerforms quality checks on your project's Java source files using SpotBugs and generates reports from these checks. This is a temporary release to support a fix for Gradle 4.10. |
1.6.4
(07 September 2018) |
javamuc.gradle-semantic-build-versioningThis is a Gradle settings-plugin that provides support for semantic versioning of builds. It is quite easy to use and extremely configurable. The plugin allows you to bump the major, minor, patch or pre-release version based on the latest version, which is identified from a git tag. It also allows you to bump pre-release versions based on a scheme that you define. The version can be bumped by using version-component-specific project properties or can be bumped automatically based on the contents of a commit message. If no manual bumping is done via commit message or project property, the plugin will increment the version-component with the lowest precedence; this is usually the patch version, but can be the pre-release version if the latest version is a pre-release one. The plugin does its best to ensure that you do not accidentally violate semver rules while generating your versions; in cases where this might happen the plugin forces you to be explicit about violating these rules. As this is a settings plugin, it is applied to settings.gradle and version calculation is therefore performed right at the start of the build, before any projects are configured. This means that the project version is immediately available (almost as if it were set explicitly - which it effectively is), and will never change during the build (barring some other, external task that attempts to modify the version during the build). While the build is running, tagging or changing the project properties will not influence the version that was calculated at the start of the build. |
4.1.1
(26 July 2018) |
se.rosenhorn.scalapbThis plugin uses the [ScalaPB](http://scalapb.github.io) compiler to generate Scala case classes from protocol buffers and put them under the managed sources directory in your project. |
1.1.8
(25 July 2018) |