Fix jawt.dll error
Temporary solution -> Again: Wait until 2.6.2 is released
This commit is contained in:
parent
a67d8012c2
commit
dbb77c7997
1 changed files with 6 additions and 5 deletions
11
pom.xml
11
pom.xml
|
@ -225,14 +225,15 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.weisj</groupId>
|
||||
<artifactId>darklaf-core</artifactId>
|
||||
<version>2.6.2-20210719.010320-83</version> <!-- TODO Change to release when ready -->
|
||||
<artifactId>darklaf-core-jawt-dll</artifactId>
|
||||
<version>2.6.2-jawt-dll-SNAPSHOT</version> <!-- TODO Change to release when ready, see below -->
|
||||
</dependency>
|
||||
<!-- RELEASE VERSION:
|
||||
<dependency>
|
||||
<groupId>com.github.weisj</groupId>
|
||||
<artifactId>darklaf-windows</artifactId>
|
||||
<version>2.6.2-20210719.010320-83</version> <!-- TODO Remove when ready -->
|
||||
</dependency>
|
||||
<artifactId>darklaf-core</artifactId>
|
||||
<version>2.6.2</version>
|
||||
</dependency>-->
|
||||
<dependency>
|
||||
<groupId>com.github.weisj</groupId>
|
||||
<artifactId>darklaf-extensions-rsyntaxarea</artifactId>
|
||||
|
|
Loading…
Reference in a new issue