Skip to content

Commit

Permalink
Reduce Maven build warnings (#45)
Browse files Browse the repository at this point in the history
* Use source encoding

* AntRun: use target instead of tasks
  • Loading branch information
yurloc authored Jan 15, 2024
1 parent 8d3e1e8 commit d79c076
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drools-lsp-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@
<goal>run</goal>
</goals>
<configuration>
<tasks>
<target>
<mkdir dir="../client/lib" />
<copy file="${project.build.directory}/${project.artifactId}-jar-with-dependencies.jar" todir="../client/lib/" />
</tasks>
</target>
</configuration>
</execution>
</executions>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<packaging>pom</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<version.drools-drl-ast>8.44.0.Final</version.drools-drl-ast>
Expand Down

0 comments on commit d79c076

Please sign in to comment.