We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 643d422 + df44543 commit 74ff846Copy full SHA for 74ff846
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
id 'signing'
6
id 'pmd' // code check, working on source code
7
id 'com.diffplug.spotless' version '7.0.2' //code format
8
- id 'com.github.spotbugs' version '6.1.4' // code check, working on byte code
+ id 'com.github.spotbugs' version '6.1.5' // code check, working on byte code
9
id 'de.undercouch.download' version '5.6.0'
10
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
11
id 'jacoco' // java code coverage plugin
docs/readthedocs/requirements.txt
@@ -2,5 +2,5 @@ commonmark==0.9.1
2
recommonmark==0.7.1
3
Sphinx==8.1.3
4
sphinx-rtd-theme==3.0.2
-myst-parser==4.0.0
+myst-parser==4.0.1
markdown-it-py==3.0.0
0 commit comments