Skip to content

Commit

Permalink
fix issues with last build
Browse files Browse the repository at this point in the history
  • Loading branch information
lamarios committed Dec 23, 2021
1 parent c38ace4 commit 656b3e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<properties>
<java.version>14</java.version>
<spark.version>2.8.0</spark.version>
<spark.version>2.9.3</spark.version>
<spark.template.version>2.7.1</spark.template.version>
</properties>

Expand Down
3 changes: 3 additions & 0 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,9 @@
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<archive>
<manifestEntries>
<Multi-Release>true</Multi-Release>
</manifestEntries>
<manifest>
<addClasspath>true</addClasspath>
<mainClass>com.ftpix.homedash.app.App</mainClass>
Expand Down

0 comments on commit 656b3e5

Please sign in to comment.