!117 修复 BUG 引入依赖没有模块化导致的jlink失败的问题
Merge pull request !117 from 格物方能致知/develop
This commit is contained in:
commit
0f7103c643
BIN
libs/commonmark-0.21.0.jar
Normal file
BIN
libs/commonmark-0.21.0.jar
Normal file
Binary file not shown.
2
pom.xml
2
pom.xml
@ -30,6 +30,8 @@
|
||||
<groupId>org.commonmark</groupId>
|
||||
<artifactId>commonmark</artifactId>
|
||||
<version>0.21.0</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/libs/commonmark-0.21.0.jar</systemPath>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
@ -190,6 +190,9 @@ public class PluginManager {
|
||||
clearTemporarySettings();
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置更改
|
||||
*/
|
||||
private void settingsChange() {
|
||||
boolean equals = temporaryPluginDescriptors.equals(pluginDescriptors);
|
||||
if (!equals) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user