/special-gradle

Primary LanguageKotlinApache License 2.0Apache-2.0

Special Gradle

build license

TODO

Usage

Add the repo for snapshots in settings

pluginManagement {
  repositories {
    gradlePluginPortal()
    maven("https://repo.jpenilla.xyz/snapshots/")
  }
}

Apply the plugin in your project buildscript.

plugins {
  // Apply the plugin
  id("xyz.jpenilla.special-gradle") version "1.0.0-SNAPSHOT"
}