There was an error while loading. Please reload this page.
1 parent 972e0af commit 0855096Copy full SHA for 0855096
1 file changed
pom.xml
@@ -71,6 +71,25 @@
71
<module>syntax-markdown-commonmark12</module>
72
<module>syntax-markdown-github10</module>
73
</modules>
74
+ <build>
75
+ <pluginManagement>
76
+ <plugins>
77
+ <!-- Use a more recent version of Spoon to avoid URL classloader issue with Java 17 -->
78
+ <plugin>
79
+ <groupId>fr.inria.gforge.spoon</groupId>
80
+ <artifactId>spoon-maven-plugin</artifactId>
81
+ <version>3.8.0</version>
82
+ <dependencies>
83
+ <dependency>
84
85
+ <artifactId>spoon-core</artifactId>
86
+ <version>10.4.2</version>
87
+ </dependency>
88
+ </dependencies>
89
+ </plugin>
90
+ </plugins>
91
+ </pluginManagement>
92
+ </build>
93
<profiles>
94
<profile>
95
<!-- Profile used when the release plugin executes. -->
0 commit comments