Skip to content

v2.9.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 21:18
· 80 commits to main since this release
3b6b314

📋 What's Changed

🧰 Maintenance & Refactoring

📦 Maven Central Release

🎉 This release v2.9.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.9.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.8.2...v2.9.0