Permalink
Please sign in to comment.
Browse files
updating the gradle version from 2.13 to 3.2.1 (#727)
updating the gradle version from 2.13 to 3.2.1 adding a settings.gradle file to define the project name these changes make it possible to use htsjdk in a composite gradle build with other projects
- Loading branch information...
Showing
with
9 additions
and 3 deletions.
- +1 −1 build.gradle
- BIN gradle/wrapper/gradle-wrapper.jar
- +2 −2 gradle/wrapper/gradle-wrapper.properties
- +5 −0 gradlew
- +1 −0 settings.gradle
Binary file not shown.
| @@ -1,6 +1,6 @@ | ||
| -#Fri May 13 14:00:35 EDT 2016 | ||
| +#Tue Nov 29 15:10:15 EST 2016 | ||
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| zipStoreBase=GRADLE_USER_HOME | ||
| zipStorePath=wrapper/dists | ||
| -distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-bin.zip | ||
| +distributionUrl=https\://services.gradle.org/distributions/gradle-3.2.1-bin.zip |
| @@ -0,0 +1 @@ | ||
| +rootProject.name = "htsjdk" |
0 comments on commit
c795101