Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Update to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldieeins committed Aug 31, 2024
1 parent bf50b70 commit 870b0aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions application-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<dependency>
<groupId>com.zyneonstudios.nexus</groupId>
<artifactId>zyndex-java</artifactId>
<version>2024.8.2</version>
<version>2024.8.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.zyneonstudios.nexus</groupId>
<artifactId>base-desktop</artifactId>
<version>2024.9-alpha.5</version>
<version>2024.9-alpha.8</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import com.zyneonstudios.application.frame.web.CustomApplicationFrame;
import com.zyneonstudios.application.modules.ModuleLoader;
import com.zyneonstudios.nexus.desktop.frame.web.NexusWebSetup;
import com.zyneonstudios.nexus.utilities.NexusUtilities;
import com.zyneonstudios.nexus.utilities.file.FileActions;
import com.zyneonstudios.nexus.utilities.file.FileExtractor;
import com.zyneonstudios.nexus.utilities.json.GsonUtility;
Expand All @@ -28,7 +29,7 @@
public class NexusApplication {

private final JFrame frame;
private static final NexusLogger logger = new NexusLogger("APP");
private static final NexusLogger logger = NexusUtilities.getLogger();
private static ModuleLoader moduleLoader = null;

private final ApplicationRunner runner;
Expand Down

0 comments on commit 870b0aa

Please sign in to comment.