Skip to content

Commit

Permalink
Changed project build for JDK8
Browse files Browse the repository at this point in the history
  • Loading branch information
nsiatras committed Mar 10, 2024
1 parent 8be5cec commit 24181fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions Extasys for Java/nbproject/private/private.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group>
<file>file:/C:/Development/extasys/Extasys%20for%20Java/src/Extasys/Network/TCP/Client/Connectors/TCPConnector.java</file>
<file>file:/C:/Development/extasys/Extasys%20for%20Java/src/Extasys/Encryption/Base64Encryptor.java</file>
<file>file:/C:/Development/extasys/Extasys%20for%20Java/src/Extasys/ExtasysThreadPool.java</file>
</group>
<group/>
</open-files>
</project-private>
4 changes: 2 additions & 2 deletions Extasys for Java/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ javac.modulepath=
javac.processormodulepath=
javac.processorpath=\
${javac.classpath}
javac.source=17
javac.target=17
javac.source=1.8
javac.target=1.8
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}
Expand Down

0 comments on commit 24181fb

Please sign in to comment.