Skip to content

Commit 60a26ad

Browse files
committed
Do not add the 'war' plugin. Just use the War task itself
1 parent 506ebc0 commit 60a26ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/groovy/com/lookout/jruby/JRubyPlugin.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class JRubyPlugin implements Plugin<Project> {
1414

1515
void apply(Project project) {
1616
project.apply plugin: 'java'
17-
project.apply plugin: 'war'
1817
project.extensions.create('jruby', JRubyPluginExtension, project)
1918

2019
if (!project.repositories.metaClass.respondsTo(project.repositories, 'rubygemsRelease')) {

0 commit comments

Comments
 (0)