Skip to content

Commit

Permalink
Update enunciate to 2.12.1
Browse files Browse the repository at this point in the history
Breaks when compiling against 2.13.1.
  • Loading branch information
jskov-jyskebank-dk committed Jul 13, 2020
1 parent c92c696 commit 37f55e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ As it is, documentation is pretty barren - but I wanted to make the module avail

## Using the Module ##

NOTE: The module is compiled against Enunciate 2.12.1. It fails building against the latest version (at present 2.13.1).

From Gradle you would do something like this:

apply plugin: "com.webcohesion.enunciate"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defaultTasks 'dist'

// Setup to use Jyske Bank Nexus if present, otherwise use Maven Central
ext {
enunciateVersion = "2.12.0"
enunciateVersion = "2.12.1"

jacksonVersion = "2.10.1"

Expand Down

0 comments on commit 37f55e2

Please sign in to comment.