You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If instead of depending on the uber jar you want to have a subset of the library for some message types you can just take the base and common jars and the specific category modules.
But how do I get these in a way that I can use them dynamically?
The task ./gradlew publishMavenJavaPublicationToMavenLocal doesn't work.
The text was updated successfully, but these errors were encountered:
Hello, you can add the following line to the gradle command in order to avoid the error: -xpublishMavenJavaPublicationToSonatypeRepositor
Besides that, please check the last section of the project readme, it explains how to create specific libs for each module.
**If instead of depending on the uber jar you want to have a subset of the library for some message types you can just take the base and common jars and the specific category modules. For instance to use ony the pacs and camt messages, you need:
On the front page https://github.com/prowide/prowide-iso20022
But how do I get these in a way that I can use them dynamically?
The task
./gradlew publishMavenJavaPublicationToMavenLocal
doesn't work.The text was updated successfully, but these errors were encountered: