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 c1bfd57 commit 33dc532Copy full SHA for 33dc532
jar-plugin/src/main/groovy/com/github/jrubygradle/jar/JRubyJarPlugin.groovy
@@ -1,13 +1,13 @@
1
package com.github.jrubygradle.jar
2
3
+import static com.github.jrubygradle.jar.JRubyJar.DEFAULT_JRUBYJAR_CONFIG
4
+
5
import groovy.transform.PackageScope
6
import org.gradle.api.Plugin
7
import org.gradle.api.Project
8
import org.gradle.api.Task
9
import org.gradle.api.tasks.testing.Test
10
-import static com.github.jrubygradle.jar.JRubyJar.DEFAULT_JRUBYJAR_CONFIG
-
11
/**
12
* @author Schalk W. Cronjé
13
* @author Christian Meier
0 commit comments