🐛 修复 BUG 引入依赖没有模块化导致的jlink失败的问题

This commit is contained in:
gewuyou 2023-09-25 11:46:51 +08:00
parent c084fe34cb
commit bf5284e6de
3 changed files with 5 additions and 0 deletions

BIN
libs/commonmark-0.21.0.jar Normal file

Binary file not shown.

View File

@ -30,6 +30,8 @@
<groupId>org.commonmark</groupId> <groupId>org.commonmark</groupId>
<artifactId>commonmark</artifactId> <artifactId>commonmark</artifactId>
<version>0.21.0</version> <version>0.21.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/commonmark-0.21.0.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -190,6 +190,9 @@ public class PluginManager {
clearTemporarySettings(); clearTemporarySettings();
} }
/**
* 设置更改
*/
private void settingsChange() { private void settingsChange() {
boolean equals = temporaryPluginDescriptors.equals(pluginDescriptors); boolean equals = temporaryPluginDescriptors.equals(pluginDescriptors);
if (!equals) { if (!equals) {