com.wangxue.CompressPlugin
Owner: wangxue
testing plugin,do not use it please.
https://github.com/wangxue5413/WXLog.git
Sources: https://github.com/wangxue5413/WXLog.git
Version 1.1.3 (latest)
1.1.3
Created 28 August 2019.
testing plugin,do not use it please.
Using the plugins DSL:
plugins {
id("com.wangxue.CompressPlugin") version "1.1.3"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("gradle.plugin.wangxue-plugin:img_compressor:1.1.3")
}
}
apply(plugin = "com.wangxue.CompressPlugin")
Using the plugins DSL:
plugins {
id "com.wangxue.CompressPlugin" version "1.1.3"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "gradle.plugin.wangxue-plugin:img_compressor:1.1.3"
}
}
apply plugin: "com.wangxue.CompressPlugin"