Drop unneeded import in Gradle build script

This commit is contained in:
Minecrell 2018-07-24 14:17:27 +02:00
parent 3a69424fe3
commit 9c880b6d17
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
import org.gradle.api.tasks.bundling.Jar
plugins {
`java-gradle-plugin`
`kotlin-dsl`