Skip to content

v2.6.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 22:23
· 65 commits to main since this release
d7ff059

📋 What's Changed

🧰 Maintenance & Refactoring

📦 Maven Central Release

🎉 This release v2.6.6 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.6.6")
      }
    }
  }
  repositories {
    gradlePluginPortal()
    mavenCentral()
  }
}

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

🔐 Artifact Verification

All artifacts are signed with GPG key: C124DB3A8AD1C13F7153DECDF209C085C8B53CA1

📝 Uncategorized Changes

Full Changelog: v2.6.5...v2.6.6