WillFP / special-gradle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
}

About

License:Apache License 2.0


Languages

Language:Kotlin 86.7%Language:Java 13.3%