Skip to content

Commit

Permalink
POM alignment for compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Sep 19, 2024
1 parent e29a0aa commit ddf14de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/jvm/knet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<kafkaVersion>3.6.2</kafkaVersion>
<knetVersion>2.6.5.0</knetVersion>
<jcobridgepath>../../../bin/net6.0/JCOBridge.jar</jcobridgepath>
<jnetpath>../../../bin/net8.0/jars/jnet-2.5.9.0.jar</jnetpath>
</properties>
<distributionManagement>
<snapshotRepository>
Expand Down Expand Up @@ -134,7 +135,7 @@
<configuration>
<compilerArgs>
<arg>-cp</arg>
<arg>${originalClassPath}${path.separator}${basedir}/${jcobridgepath}</arg>
<arg>${originalClassPath}${path.separator}${basedir}/${jcobridgepath}${path.separator}${basedir}/${jnetpath}</arg>
</compilerArgs>
</configuration>
</plugin>
Expand Down

0 comments on commit ddf14de

Please sign in to comment.