Search Gradle plugins

Version 7.7.8 (latest)

7.7.8

Created 25 October 2024.

Gradle plugin reporting third party libraries update

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.github.betterme-dev.betterlibs") version "7.7.8"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.github.betterme-dev:betterlibs:7.7.8")
      }
    }
    
    apply(plugin = "io.github.betterme-dev.betterlibs")
  • Applying plugins to all subprojects .