Skip to content

Commit

Permalink
Fix clean goal not removing interpreter/ output(Spark,Flink)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonelee committed Oct 21, 2024
1 parent a985c56 commit 044c344
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
</modules>

<properties>
<interpreter.name>flink</interpreter.name>

<flink1.15.version>1.15.1</flink1.15.version>
<flink1.16.version>1.16.0</flink1.16.version>
<flink1.17.version>1.17.1</flink1.17.version>
Expand Down
2 changes: 2 additions & 0 deletions spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
<description>Zeppelin Spark Support</description>

<properties>
<interpreter.name>spark</interpreter.name>

<datanucleus.rdbms.version>3.2.9</datanucleus.rdbms.version>
<datanucleus.apijdo.version>3.2.6</datanucleus.apijdo.version>
<datanucleus.core.version>3.2.10</datanucleus.core.version>
Expand Down

0 comments on commit 044c344

Please sign in to comment.