Skip to content

v2.22.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Nov 01:19
· 11 commits to main since this release
0fcefc3

📋 What's Changed

🧰 Maintenance & Refactoring

📦 Maven Central Release

🎉 This release v2.22.0 is now available on Maven Central!

Maven Central

🔗 Quick Links

📥 How to Use

Add to your settings.gradle.kts:

pluginManagement {
  resolutionStrategy {
    eachPlugin {
      if (requested.id.id.startsWith("dev.suresh.plugin")) {
        useVersion("v2.22.0")
      }
    }
  }
  repositories {
    gradlePluginPortal()
    mavenCentral()
  }
}

plugins { id("dev.suresh.plugin.repos") }

🔐 Artifact Verification

All artifacts are signed with GPG key: C124DB3A8AD1C13F7153DECDF209C085C8B53CA1

📝 Uncategorized Changes

Full Changelog: v2.21.0...v2.22.0