We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ad8735 + 3b8269f commit a8ab315Copy full SHA for a8ab315
src/main/java/net/kyori/ansi/JAnsiColorLevel.java
@@ -1,7 +1,7 @@
1
/*
2
* This file is part of ansi, licensed under the MIT License.
3
*
4
- * Copyright (c) 2023 KyoriPowered
+ * Copyright (c) 2023-2024 KyoriPowered
5
6
* Permission is hereby granted, free of charge, to any person obtaining a copy
7
* of this software and associated documentation files (the "Software"), to deal
@@ -33,6 +33,7 @@ final class JAnsiColorLevel {
33
Throwable cause = null;
34
try {
35
Class.forName("org.fusesource.jansi.AnsiConsole");
36
+ Class.forName("org.fusesource.jansi.AnsiColors");
37
} catch (final ClassNotFoundException classNotFoundException) {
38
cause = classNotFoundException;
39
}
0 commit comments