Upload uberjar to artifactory

Hi,
Ou internal repository is an artifactory server.

I saw how to upload core, global and web artifacts (Creating Application Components - CUBA Platform. Developer’s Manual).

How could I upload my uberjar ?

Regards,
Guillaume

Hi,
buildUberJar task creates a JAR file in the file system.

To upload this file to Artifactory, you just need to declarate an additional publication, specifying path to the jar file.
See example here: build.gradle - Upload artifact to Artifactory using Gradle - Stack Overflow