dropbox / dependency-guard

A Gradle plugin that guards against unintentional dependency changes.
Apache License 2.0
416 stars 15 forks source link

Update README.md #98

Closed SimonMarquis closed 8 months ago

SimonMarquis commented 1 year ago

Add Maven version badges near the build script snippets and suffix the snapshot version in buildScript classpath example.

We could also remove the explicit version name in the main snippet and have somthing like this if you want:


Setup and Configuration

Step 1: Adding The Dependency Guard Gradle Plugin and Baselining

Latest Stable

// sample/app/build.gradle.kts
plugins {
  id("com.dropbox.dependency-guard") version "x.y.z"
}