How to build GradleFx from source?
This is a noob question, I think I'm missing something really simple. I tried to compile GradleFx from source using the "gradlew build" command. It works fine, but when I uploaded it to Artifactory and tried to use it on another computer it threw an exception, that some class from Apache commons (StringUtils) is missing. I guess it added as as an external dependency, because official builds work fine.
Can you please give me some suggestion how to build it properly?
Thanks.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Yennick Trevels on 08 Nov, 2014 10:16 AM
When you upload the GradleFx artifact to Artifactory, make sure you also upload the correct pom file for it. This pom file includes the dependency to commons-lang, which contains the StringUtils class.
2 Posted by Matyas F on 30 Nov, 2014 03:14 PM
Thanks, the correct artifact solved it (I was just uploading the binary)
Yennick Trevels closed this discussion on 07 Dec, 2014 10:40 AM.