[stackoverflow] [progress Openedge Abl] Publish A Zip File To Nexus (maven) With Gradle

Status
Not open for further replies.
L

Lieven Cardoen

Guest
Say you have a PL file you want to upload to Nexus with Gradle. How would such a script look like.

group 'be.mips' version = '1.4.0-SNAPSHOT'

In settings.gradle --> rootProject.name = 'stomp'

And let's say that the pl file is in a subdirectory dist (./dist/stomp.pl).

Now I want to publish this stomp.pl file to a nexus snapshot repository.

As long as you go with Java, then Gradle (just like Maven) works like a charm. But there's little documentation found what to do if you have a DLL, or a ZIP, or a PL (Progress Library).

Continue reading...
 
Status
Not open for further replies.
Top