From: Debayan Sutradhar Date: Sat, 10 Oct 2020 00:18:49 +0530 Subject: Fixed building issues --- Fixed building issues --- --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file --- 'a/pom.xml' +++ b/pom.xml @@ -8,6 +8,33 @@ Util 1.0 + + + + org.apache.maven.plugins + maven-jar-plugin + 3.1.0 + + + test-jar + package + + test-jar + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 11 + + + + UTF-8 --- 'a/src/main/java/module-info.java' +++ b/src/main/java/module-info.java @@ -1,5 +1,4 @@ module com.StreamPi.Util { - exports com.StreamPi.Util.Exception; - //exports com.StreamPi.Util.Networking; exports com.StreamPi.Util.Version; + exports com.StreamPi.Util.Exception; } \ No newline at end of file