@@ -19,6 +19,7 @@ plugins {
19
19
id " com.diffplug.spotless" version " latest.release"
20
20
id ' pmd'
21
21
id ' checkstyle'
22
+ id ' eclipse'
22
23
23
24
// download the RR tools which have no Maven Repository
24
25
id " de.undercouch.download" version " latest.release"
@@ -27,6 +28,7 @@ plugins {
27
28
id " se.bjurr.gitchangelog.git-changelog-gradle-plugin" version " latest.release"
28
29
id " me.champeau.jmh" version " latest.release"
29
30
id " com.nwalsh.gradle.saxon.saxon-gradle" version " latest.release"
31
+ id ' biz.aQute.bnd.builder' version " latest.release"
30
32
}
31
33
32
34
def getVersion = { boolean considerSnapshot ->
@@ -97,9 +99,9 @@ dependencies {
97
99
testImplementation ' com.h2database:h2:+'
98
100
99
101
// for JaCoCo Reports
100
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.+ '
101
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.+ '
102
- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.+ '
102
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4 '
103
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.4 '
104
+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.4 '
103
105
104
106
// https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter
105
107
testImplementation ' org.mockito:mockito-junit-jupiter:+'
@@ -166,6 +168,7 @@ tasks.register('xmldoc', Javadoc) {
166
168
167
169
source = sourceSets. main. allJava
168
170
include(" build/generated/javacc/net/sf/jsqlparser/parser/*.java" )
171
+
169
172
destinationDir = reporting. file(" xmlDoclet" )
170
173
options. docletpath = configurations. xmlDoclet. files as List
171
174
options. doclet = " com.manticore.tools.xmldoclet.XmlDoclet"
0 commit comments