gradle-plugin

Open-source projects categorized as gradle-plugin

Top 23 gradle-plugin Open-Source Projects

  • kotlin

    The Kotlin Programming Language.

  • Project mention: Kotlin 2.0 RC1 | news.ycombinator.com | 2024-04-16
  • jib

    🏗 Build container images for your Java applications.

  • Project mention: Nix is a better Docker image builder than Docker's image builder | news.ycombinator.com | 2024-03-15
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • jsonschema2pojo

    Generate Java types from JSON or JSON Schema and annotate those types for data-binding with Jackson, Gson, etc

  • Project mention: Is it somehow possible to use a class reference without importing it? | /r/javahelp | 2023-05-30

    At the moment the main project is using Quarkus and the other one is an "extension" for https://github.com/joelittlejohn/jsonschema2pojo

  • detekt

    Static code analysis for Kotlin

  • Project mention: HRV-Mart | dev.to | 2023-05-08

    In protection rules, I added build workflow in Require status checks to pass before merging. This is to ensure that before merging code in master branch, build should run successfully. I also added Jacoco Code Coverage to make sure that enough unit tests are available in project and Detekt to make sure that code in project is readable. I added them in build configuration. Even if one of them gives error, build will fail. Whenever, someone push code in pull request, build action will run and check if build is running successfully or not.

  • DependencyCheck

    OWASP dependency-check is a software composition analysis utility that detects publicly disclosed vulnerabilities in application dependencies.

  • Project mention: OWASP dependency check (<9.0.0) could fail to work after Dec 15th, 2023 | /r/programming | 2023-12-05
  • gradle-play-publisher

    GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.

  • dexcount-gradle-plugin

    A Gradle plugin to report the number of method references in your APK on every build.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • fat-aar-android

    A gradle plugin that merge dependencies into the final aar file works with AGP 3.+

  • Shortbread

    Android library that creates app shortcuts from annotations

  • Gradle buildSrcVersions

    Life is too short to google for dependencies and versions

  • Project mention: Dependency Managers Don't Manage Your Dependencies (2021) | news.ycombinator.com | 2023-06-19

    Lately I've been using gradle with kotlin-js and a mix of npm and jvm dependencies. There's the https://splitties.github.io/refreshVersions/ plugin that I can recommend if you are using gradle (with or without kotlin-js).

    It manages plugin dependencies, library dependencies, and version dependencies. It can use the new gradle version catalog or not if you prefer. On first use, you migrate your versions and it extracts these to a versions.properties (or your version catalog). Then whenever you run refreshVersions it indicates available new versions in comments in this file. It also indicates unused dependencies. Though for npms this is a bit harder. All you need to do is manually use the versions you want.

    I run this frequently to stay on top of upstream changes. Few software engineers realize that the testing and integration overhead with version changes multiplies (just like with other forms of change). Libraries that you haven't updated amount to technical debt that you haven't addressed. So, the workload increases massively if you don't update for a while. Staying up to date minimizes the workload. This plugin makes that super easy.

    Given that we are using kotlin-js, we have to deal with a rapidly evolving library ecosystem so we do have occasional issues that we need to work around by either downgrading or fixing some code. Whenever I can't update something, I document it in my versions.properties with a comment. Often you just have to wait for the next release or so for things to straighten out. The price of using cutting edge software.

    Kotlin-js manages a yarn lock file as well. So it properly locks dependencies. Whenever you update npm dependencies, you have to run a command to upgrade the lock file. There's also a whole mess of webpack dependencies that comes along with kotlin-js.

  • dependency-analysis-gradle-plugin

    Gradle plugin for JVM projects written in Java, Kotlin, Groovy, or Scala; and Android projects written in Java or Kotlin. Provides advice for managing dependencies and other applied plugins

  • Project mention: Recommended dependency analyzer plugin | /r/androiddev | 2023-05-05
  • ktlint-gradle

    A ktlint gradle plugin

  • Project mention: [Question] disable ktlint rules with ktlint-gradle version 12.0.2 | /r/KotlinAndroid | 2023-12-05

    buildscript { . . . dependencies { classpath 'com.android.tools.build:gradle:8.1.4' classpath "org.jlleitschuh.gradle:ktlint-gradle:12.0.2" // https://github.com/JLLeitschuh/ktlint-gradle/releases . . } } allprojects { . . . apply plugin: "org.jlleitschuh.gradle.ktlint" }

  • gradle-docker-plugin

    Gradle plugin for managing Docker images and containers.

  • Shot

    Screenshot testing library for Android

  • kotless

    Kotlin Serverless Framework (by JetBrains)

  • gradle-maven-publish-plugin

    A Gradle plugin that publishes your Android and Kotlin libraries, including sources and javadoc, to Maven Central or any other Nexus instance.

  • typescript-generator

    Generates TypeScript from Java - JSON declarations, REST service client

  • secrets-gradle-plugin

    A Gradle plugin for providing your secrets to your Android project.

  • moko-resources

    Resources access for mobile (android & ios) Kotlin Multiplatform development

  • JavaPackager

    :package: Gradle/Maven plugin to package Java applications as native Windows, MacOS, or Linux executables and create installers for them.

  • Project mention: Any JavaFX+Linux user here? | /r/JavaFX | 2023-07-11

    I do that already with Maven but obviously creating a Linux deployable archive using the JavaPackager Maven plugin (https://github.com/fvarrui/JavaPackager) when running on Windows either needs further configuration or does not work, I don't know.

  • gradle-release

    gradle-release is a plugin for providing a Maven-like release process for projects using Gradle

  • RocketX

    🔥🔥 android 端编译加速插件🚀 动态识别未改动 module 并在编译流程中替换为 aar ,只编译改动模块,加速 Android apk 的编译速度。

  • android-junit5

    Testing with JUnit 5 for Android.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

gradle-plugin related posts

Index

What are some of the best open-source gradle-plugin projects? This list will help you:

Project Stars
1 kotlin 47,471
2 jib 13,377
3 jsonschema2pojo 6,147
4 detekt 6,030
5 DependencyCheck 5,863
6 gradle-play-publisher 4,064
7 dexcount-gradle-plugin 3,054
8 fat-aar-android 3,038
9 Shortbread 1,783
10 Gradle buildSrcVersions 1,621
11 dependency-analysis-gradle-plugin 1,606
12 ktlint-gradle 1,392
13 gradle-docker-plugin 1,206
14 Shot 1,159
15 kotless 1,135
16 gradle-maven-publish-plugin 1,134
17 typescript-generator 1,104
18 secrets-gradle-plugin 1,026
19 moko-resources 985
20 JavaPackager 947
21 gradle-release 850
22 RocketX 842
23 android-junit5 827

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com