io.github.goooler.shadow
Owner: Zongle Wang
A fork of https://github.com/johnrengelman/shadow
https://github.com/Goooler/shadow
Sources: https://github.com/Goooler/shadow
Version 8.1.8 (latest)
8.1.8
Created 01 July 2024.
A fork of https://github.com/johnrengelman/shadow
Using the plugins DSL:
plugins {
id("io.github.goooler.shadow") version "8.1.8"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("io.github.goooler.shadow:shadow-gradle-plugin:8.1.8")
}
}
apply(plugin = "io.github.goooler.shadow")
Using the plugins DSL:
plugins {
id "io.github.goooler.shadow" version "8.1.8"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "io.github.goooler.shadow:shadow-gradle-plugin:8.1.8"
}
}
apply plugin: "io.github.goooler.shadow"