Thanks so much, Juan. That was incredibly helpful.
In the short term I'm going to stick with NB 10, which has been working
flawlessly for me.
Meanwhile, I'll see if there's some way I can help get this plugin into
11.1 or 12 as Laszlo mentioned in that issue.
Best,
Mike
On 4/23/19 7:26 PM, J
Hello Mike, I'm in a similar situation in that our project started
(and still is) an ant-based java web project originally created with
NB 8.2, but needed it to work with gradle as well, (not because of CI,
but because a coworker prefers to use another editor that only
supports Maven/Gradle).
We c
I started a Java Web App back in NB 8.2 which by default used Ant.
Once I started using GitLab CI for the project, I created a build.gradle
file, which just fires off the ant build:
ant.importBuild('build.xml') { antTargetName ->
'a-' + antTargetName
}
and then defines my dependencies, war