Skip to content

Commit 33dc532

Browse files
committed
Correct a minor codenarc violation in JRubyJarPlugin
1 parent c1bfd57 commit 33dc532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jar-plugin/src/main/groovy/com/github/jrubygradle/jar/JRubyJarPlugin.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
package com.github.jrubygradle.jar
22

3+
import static com.github.jrubygradle.jar.JRubyJar.DEFAULT_JRUBYJAR_CONFIG
4+
35
import groovy.transform.PackageScope
46
import org.gradle.api.Plugin
57
import org.gradle.api.Project
68
import org.gradle.api.Task
79
import org.gradle.api.tasks.testing.Test
810

9-
import static com.github.jrubygradle.jar.JRubyJar.DEFAULT_JRUBYJAR_CONFIG
10-
1111
/**
1212
* @author Schalk W. Cronjé
1313
* @author Christian Meier

0 commit comments

Comments
 (0)