Could't find renjin in classpath. ```xml <zip destfile="${dist}/mode/${mode.name}.jar" excludes="**/*.MF"> <zipgroupfileset dir="lib" includes="*.jar" /> </zip> ``` The code above works but I need to make sure it doesn't affect linux build.
Could't find renjin in classpath.
The code above works but I need to make sure it doesn't affect linux build.