Search Gradle plugins

Version 0.1.11 (latest)

0.1.11

Created 05 October 2023.

Gradle plugin to apply overlay to JSON and YAML files

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.datapith.jayOverlay") version "0.1.11"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.datapith.jayOverlay:jayOverlay-gradle-plugin:0.1.11")
      }
    }
    
    apply(plugin = "io.datapith.jayOverlay")
  • Applying plugins to all subprojects .