Skip to content

Commit

Permalink
Fixed compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
mattirn committed Jan 13, 2020
1 parent e261645 commit 0b7b8e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jline</groupId>
<artifactId>jline-parent</artifactId>
<version>3.13.3-SNAPSHOT</version>
<version>3.13.4-SNAPSHOT</version>
</parent>
<artifactId>jline-groovy</artifactId>
<name>JLine Groovy</name>
Expand Down
5 changes: 4 additions & 1 deletion jline/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2002-2016, the original author or authors.
Copyright (c) 2002-2020, the original author or authors.
This software is distributable under the BSD license. See the terms of the
BSD license in the documentation provided with this software.
Expand Down Expand Up @@ -327,6 +327,9 @@
</execution>
<execution>
<id>compile-accept-warn</id>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<includes>
<include>**/GroovyEngine.java</include>
Expand Down

0 comments on commit 0b7b8e3

Please sign in to comment.