Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Commit 54375a6

Browse files
author
Stig Kleppe-Jørgensen
committed
Fix docs with what configuration compile dependencies must be in
Also update it with newer version of xjc
1 parent 01e76bf commit 54375a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎README.md‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Usage:
99
apply plugin: 'jaxb'
1010

1111
dependencies {
12-
jaxb 'com.sun.xml.bind:jaxb-xjc:2.1.12'
12+
jaxb 'com.sun.xml.bind:jaxb-xjc:2.2.4-1'
1313
}
1414

1515
buildscript {
@@ -40,7 +40,8 @@ Not many configuration options exists at the moment. You can configure
4040
dependencies {
4141
// This first line specifies which version of the xjc compiler to use
4242
jaxb 'com.sun.xml.bind:jaxb-xjc:2.1.12'
43-
jaxb '<other dependency which the generated classes need>'
43+
44+
compile '<other dependency which the generated classes need>'
4445
}
4546

4647
* the jaxb source directory sets

0 commit comments

Comments
 (0)