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

Merge pull request !117 from 格物方能致知/develop
This commit is contained in:
格物方能致知 2023-09-25 03:50:48 +00:00 committed by Gitee
commit 0f7103c643
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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) {