File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ tasks.named('clean') {
8989
9090// Produce a Javadoc of all modules
9191tasks. register(' mergedJavadoc' , Javadoc ) {
92- description ' Produces a merged Javadoc of all modules'
92+ description = ' Produces a merged Javadoc of all modules'
9393 destinationDir = file(" $buildDir /docs/javadoc" )
9494 title = " CSS4J ecosystem API"
9595 dependsOn cloneRepos
Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ VERSION=4.3
3737install " ${GROUP} " " ${ARTIFACT} " " ${VERSION} "
3838#
3939ARTIFACT=css4j
40- VERSION=5.1
40+ VERSION=5.2
4141install " ${GROUP} " " ${ARTIFACT} " " ${VERSION} "
4242#
4343ARTIFACT=css4j-agent
44- VERSION=5.0
44+ VERSION=5.1
4545install " ${GROUP} " " ${ARTIFACT} " " ${VERSION} "
4646#
4747ARTIFACT=css4j-awt
48- VERSION=5.0
48+ VERSION=5.1
4949install " ${GROUP} " " ${ARTIFACT} " " ${VERSION} "
5050#
5151ARTIFACT=css4j-dom4j
You can’t perform that action at this time.
0 commit comments