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 506ebc0 commit 60a26adCopy full SHA for 60a26ad
src/main/groovy/com/lookout/jruby/JRubyPlugin.groovy
@@ -14,7 +14,6 @@ class JRubyPlugin implements Plugin<Project> {
14
15
void apply(Project project) {
16
project.apply plugin: 'java'
17
- project.apply plugin: 'war'
18
project.extensions.create('jruby', JRubyPluginExtension, project)
19
20
if (!project.repositories.metaClass.respondsTo(project.repositories, 'rubygemsRelease')) {
0 commit comments