Commit 6615c3fa authored by Him188's avatar Him188

Apply shadowJar for future use

parent 948658c9
...@@ -8,6 +8,8 @@ plugins { ...@@ -8,6 +8,8 @@ plugins {
id("com.jfrog.bintray") version "1.8.4-jetbrains-3" id("com.jfrog.bintray") version "1.8.4-jetbrains-3"
} }
apply(plugin = "com.github.johnrengelman.shadow")
val kotlinVersion: String by rootProject.ext val kotlinVersion: String by rootProject.ext
val atomicFuVersion: String by rootProject.ext val atomicFuVersion: String by rootProject.ext
val coroutinesVersion: String by rootProject.ext val coroutinesVersion: String by rootProject.ext
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment