-
Notifications
You must be signed in to change notification settings - Fork 29
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
Introduce dependencies.json for gradle and remove hardcoded dependency #991
Comments
dependencies.json
for gradle
and remove hardcoded dependency:
IDEasy/cli/src/main/java/com/devonfw/tools/ide/tool/gradle/Gradle.java
Lines 26 to 31
in
4f2e37b
@Override
protected void installDependencies() {
// TODO create gradle/gralde/dependencies.json file in ide-urls and delete this method
getCommandlet(Java.class).install();
}
@hohwille Range of gradle versions: 2.0 - 8.10 In ide-urls we have So I decided that all gradle versions up to 4.3 (exclusively) need java version 8.0 and Is this OK for you? Otherwise please let me know and give me your suggestion. |
Fixes devonfw#991 Removed method "installDependencies Added test-json dependencies.json Added GradleTest and necessary resources
Fixes devonfw#991 Removed method "installDependencies Added test-json dependencies.json Added GradleTest and necessary resources Changed permissions to git execute in files
Fixes devonfw#991 Removed url files that are not necessary any more.
Fixes devonfw#991 Removed url files that are not necessary any more. Added necessary .gitkeepfiles
Fixes devonfw#991 Removed method "installDependencies Added test-json dependencies.json Added GradleTest and necessary resources Changed permissions to git execute in files
Fixes devonfw#991 Removed url files that are not necessary any more.
Fixes devonfw#991 Removed url files that are not necessary any more. Added necessary .gitkeepfiles
Introduce #991
dependencies.json
forgradle
and remove hardcoded dependency:IDEasy/cli/src/main/java/com/devonfw/tools/ide/tool/gradle/Gradle.java
Lines 26 to 31 in 4f2e37b
Input can be found here:
https://gradle.org/install/#prerequisites
Example can be found here:
https://github.com/devonfw/ide-urls/blob/master/tomcat/tomcat/dependencies.json
The text was updated successfully, but these errors were encountered: