Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jskov-jyskebank-dk committed Aug 30, 2019
1 parent a3d5c5c commit 9bfb399
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
17 changes: 4 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,11 @@ As it is, documentation is pretty barren - but I wanted to make the module avail

From Gradle you would do something like this:

buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "gradle.plugin.com.webcohesion.enunciate:enunciate-gradle:2.10.1"
classpath "dk.jyskebank.tooling.enunciate:enunciate-openapi:1.0.4"
}
}
apply plugin: "com.webcohesion.enunciate"

I have changed the [Gradle Enunciate plugin](https://github.com/stoicflame/enunciate-gradle) to allow specifying additional modules.
But this will not be available until next release (2.11).
dependencies {
enunciate "dk.jyskebank.tooling.enunciate:enunciate-openapi:1.1.x"
}


I am unable to help Maven users. But if you know how to make it work, please let me know, so I can insert instructions here.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ buildScriptsVersion=unused
jbPlatform = java18

# Signing key expired
#postBuildGpgSign = DD4B9C51:publish/enunciate-openapi-@[email protected],publish/enunciate-openapi-@[email protected],publish/enunciate-openapi-@[email protected],publish/enunciate-openapi-@[email protected]
postBuildGpgSign = 5B39866B8BCC027FA06535F5E6D8007C982ECC57:publish/enunciate-openapi-@[email protected],publish/enunciate-openapi-@[email protected],publish/enunciate-openapi-@[email protected],publish/enunciate-openapi-@[email protected]

0 comments on commit 9bfb399

Please sign in to comment.