Build: Fix type of builtinsJar task

Should be org.gradle.api.tasks.bundling.Jar
This commit is contained in:
Vyacheslav Gerasimov
2020-01-19 17:38:15 +03:00
parent 526f29cc1a
commit 760e34aeec
-1
View File
@@ -1,4 +1,3 @@
import org.gradle.jvm.tasks.Jar
import java.io.File
plugins {