Skip to content

Commit

Permalink
Added Gradle download (tested on Windows) (reference #9)
Browse files Browse the repository at this point in the history
  • Loading branch information
rat-moonshine committed May 14, 2019
1 parent effcc91 commit e555a80
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
2 changes: 2 additions & 0 deletions InstallerSharedCore/src/actionScripts/utils/Parser.as
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ package actionScripts.utils
return HelperConstants.DEFAULT_INSTALLATION_PATH.nativePath + File.separator +"Ant"+ File.separator +"apache-ant-"+ version;
case ComponentTypes.TYPE_MAVEN:
return HelperConstants.DEFAULT_INSTALLATION_PATH.nativePath + File.separator +"Maven"+ File.separator +"apache-maven-"+ version;
case ComponentTypes.TYPE_GRADLE:
return HelperConstants.DEFAULT_INSTALLATION_PATH.nativePath + File.separator +"Gradle"+ File.separator +"gradle-"+ version +"-bin";
case ComponentTypes.TYPE_OPENJAVA:
return HelperConstants.DEFAULT_INSTALLATION_PATH.nativePath + File.separator +"Java"+ File.separator +"openjdk-"+ version;
case ComponentTypes.TYPE_GIT:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ package actionScripts.valueObjects
public static const TYPE_SVN:String = "svn";
public static const TYPE_GIT:String = "git";
public static const TYPE_MAVEN:String = "maven";
public static const TYPE_GRADLE:String = "gradle";
public static const TYPE_OPENJAVA:String = "openjava";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,37 @@
</mac>
</download>
</item>
<item id="gradle">
<title>Gradle</title>
<description><![CDATA[]]></description>
<image>/helperResources/images/logoGradle.png</image>
<pathValidation>bin/gradle</pathValidation>
<sdkType>gradle</sdkType> <!-- flex, flexjs, royale, ant, openjava, maven, feathers -->
<website>https://gradle.org</website>
<diskMBusage>
<windows>83</windows>
<mac>10</mac>
</diskMBusage>
<license>
<url>https://gradle.com/legal/gradle-enterprise-software-agreement/</url>
<title>Gradle Enterprise Software Agreement</title>
<description>Effective starting: Apr 10, 2019 This Gradle Enterprise Agreement (the "Agreement") is between you and Gradle Inc., a Delaware corporation with its principal place of business at 325 9th Street, San Francisco, CA 94103("Gradle").</description>
</license>
<download>
<windows>
<version version="5.4.1" displayVersion="5.4.1">
<path>http://services.gradle.org/distributions/</path>
<file>gradle-5.4.1-bin.zip</file>
</version>
</windows>
<mac>
<version version="5.4.1" displayVersion="5.4.1">
<path>http://services.gradle.org/distributions/</path>
<file>gradle-5.4.1-bin.zip</file> <!-- flexSDK.tar.gz -->
</version>
</mac>
</download>
</item>
<item id="feathers">
<title>Feathers</title>
<description><![CDATA[]]></description>
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e555a80

Please sign in to comment.