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 f6253f7 commit 65facb4Copy full SHA for 65facb4
build.gradle.kts
@@ -30,4 +30,5 @@ tasks.withType<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar> {
30
include(dependency("org.jetbrains.kotlin:kotlin-script-util:1.4.21"))
31
include(dependency("org.jetbrains.kotlin:kotlin-compiler:1.4.21"))
32
}
33
+ classifier = null
34
0 commit comments