Skip to content

Commit

Permalink
Remove no longer used imports in plugin-init.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
uschindler committed May 8, 2020
1 parent bcd08c0 commit 0613f4d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@

/** Initializes the plugin and binds it to project lifecycle. */

import java.lang.reflect.Modifier;
import org.gradle.api.plugins.JavaBasePlugin;
import org.gradle.util.GradleVersion;

project.plugins.apply(JavaBasePlugin.class);

Expand Down

0 comments on commit 0613f4d

Please sign in to comment.