Skip to content

Commit

Permalink
Update Gradle Plugin Portal badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ogolberg authored Jan 12, 2024
1 parent f65bb9d commit 4f21fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Github Actions](https://github.com/open-toast/expediter/actions/workflows/ci.yml/badge.svg)](https://github.com/open-toast/expediter/actions/workflows/ci.yml)
[![Maven Central](https://img.shields.io/maven-central/v/com.toasttab.expediter/core)](https://search.maven.org/artifact/com.toasttab.expediter/core)
[![Gradle Portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/com/toasttab/expediter/plugin/maven-metadata.xml.svg?label=gradle-portal&color=yellowgreen)](https://plugins.gradle.org/plugin/com.toasttab.expediter)
[![Gradle Portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/com/toasttab/expediter/core/maven-metadata.xml.svg?label=gradle-portal&color=yellowgreen)](https://plugins.gradle.org/plugin/com.toasttab.expediter)

Checks for binary incompatibilities between your application classes, application dependencies, and platform APIs at build time.

Expand Down Expand Up @@ -230,4 +230,4 @@ expediter {
```

The output of the `jvm` check will be written into `build/expediter-jvm.json`, and the output of the
`android` check will be written into `build/expediter-android.json`.
`android` check will be written into `build/expediter-android.json`.

0 comments on commit 4f21fb2

Please sign in to comment.