Skip to content

Commit

Permalink
Fix wsdl path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaakko Suutarla committed Feb 4, 2022
1 parent 6b773a0 commit be94464
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ tasks {
verbose = true
quiet = false
debug = false
keep = true

wsdl("CertificateServices.wsdl") {}
wsdl("CertificateServices.wsdl") {
wsdlLocation = "/wsdl/CertificateServices.wsdl"
}
}
}

0 comments on commit be94464

Please sign in to comment.