Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FYI: Running outside 'cloud servers' #601

Open
ianp5uk opened this issue Feb 16, 2020 · 0 comments
Open

FYI: Running outside 'cloud servers' #601

ianp5uk opened this issue Feb 16, 2020 · 0 comments

Comments

@ianp5uk
Copy link

ianp5uk commented Feb 16, 2020

Running this on a current Ubuntu release I found some dependency issues that arise. Seems to start with not finding a file Ivy.xml which is no longer where it was. I was also using a later jdk and that causes earlier Gradle releases to barf. Using the plugins line below in the build file allowed me to use the current jdk and Gradle. You "might" have the missing Ivy.xml file issue with any releases - I didn't check.

I found this solution via a similar problem on Google:

plugins {
id "com.github.node-gradle.gulp" version "1.3.0"
}
apply plugin: 'com.github.node-gradle.gulp'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant