Fix jawt.dll error

Temporary solution -> Again: Wait until 2.6.2 is released
This commit is contained in:
Nico Mexis 2021-07-21 23:08:16 +02:00
parent a67d8012c2
commit dbb77c7997
No known key found for this signature in database
GPG key ID: 27D6E17CE092AB78

11
pom.xml
View file

@ -225,14 +225,15 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.github.weisj</groupId> <groupId>com.github.weisj</groupId>
<artifactId>darklaf-core</artifactId> <artifactId>darklaf-core-jawt-dll</artifactId>
<version>2.6.2-20210719.010320-83</version> <!-- TODO Change to release when ready --> <version>2.6.2-jawt-dll-SNAPSHOT</version> <!-- TODO Change to release when ready, see below -->
</dependency> </dependency>
<!-- RELEASE VERSION:
<dependency> <dependency>
<groupId>com.github.weisj</groupId> <groupId>com.github.weisj</groupId>
<artifactId>darklaf-windows</artifactId> <artifactId>darklaf-core</artifactId>
<version>2.6.2-20210719.010320-83</version> <!-- TODO Remove when ready --> <version>2.6.2</version>
</dependency> </dependency>-->
<dependency> <dependency>
<groupId>com.github.weisj</groupId> <groupId>com.github.weisj</groupId>
<artifactId>darklaf-extensions-rsyntaxarea</artifactId> <artifactId>darklaf-extensions-rsyntaxarea</artifactId>