@@ -19,6 +19,7 @@ plugins {
1919 id " com.diffplug.spotless" version " latest.release"
2020 id ' pmd'
2121 id ' checkstyle'
22+ id ' eclipse'
2223
2324 // download the RR tools which have no Maven Repository
2425 id " de.undercouch.download" version " latest.release"
@@ -27,6 +28,7 @@ plugins {
2728 id " se.bjurr.gitchangelog.git-changelog-gradle-plugin" version " latest.release"
2829 id " me.champeau.jmh" version " latest.release"
2930 id " com.nwalsh.gradle.saxon.saxon-gradle" version " latest.release"
31+ id ' biz.aQute.bnd.builder' version " latest.release"
3032}
3133
3234def getVersion = { boolean considerSnapshot ->
@@ -97,9 +99,9 @@ dependencies {
9799 testImplementation ' com.h2database:h2:+'
98100
99101 // 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 '
103105
104106 // https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter
105107 testImplementation ' org.mockito:mockito-junit-jupiter:+'
@@ -166,6 +168,7 @@ tasks.register('xmldoc', Javadoc) {
166168
167169 source = sourceSets. main. allJava
168170 include(" build/generated/javacc/net/sf/jsqlparser/parser/*.java" )
171+
169172 destinationDir = reporting. file(" xmlDoclet" )
170173 options. docletpath = configurations. xmlDoclet. files as List
171174 options. doclet = " com.manticore.tools.xmldoclet.XmlDoclet"
0 commit comments