We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d50a5e commit 3cbb6f4Copy full SHA for 3cbb6f4
build.gradle
@@ -18,6 +18,17 @@ import java.nio.file.Files
18
import java.nio.file.StandardOpenOption
19
import java.security.MessageDigest
20
21
+buildscript {
22
+ repositories {
23
+ gradlePluginPortal()
24
+ mavenCentral()
25
+ }
26
+ dependencies {
27
+ classpath 'org.ow2.asm:asm:9.5'
28
+ classpath 'org.ow2.asm:asm-commons:9.5'
29
30
+}
31
+
32
plugins {
33
id 'java-library'
34
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
0 commit comments