Skip to content

Commit

Permalink
Use gradle distribution with sources
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinsonZ committed Oct 9, 2018
1 parent c6ccde6 commit a7196f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
task wrapper(type: Wrapper) {
gradleVersion = '4.4'
distributionUrl = "https://services.gradle.org/distributions/gradle-4.4-all.zip"
}

subprojects {
Expand All @@ -10,6 +11,6 @@ subprojects {
}

dependencies {
compile 'org.jetbrains:annotations:15.0'
compile 'org.jetbrains:annotations:16.0.3'
}
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

0 comments on commit a7196f1

Please sign in to comment.