Skip to content

Commit

Permalink
Update gradle (v6.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
epeee committed Nov 8, 2019
1 parent 858f5ec commit 3db9494
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ subprojects {
}

tasks.named<Wrapper>("wrapper") {
gradleVersion = "6.0-rc-2"
distributionSha256Sum = "dbb366685bd15d08e592e384744bc19715d00203adeacf43dcf4c8c3a46b6b01"
gradleVersion = "6.0"
distributionSha256Sum = "5a3578b9f0bb162f5e08cf119f447dfb8fa950cedebb4d2a977e912a11a74b91"
}
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=dbb366685bd15d08e592e384744bc19715d00203adeacf43dcf4c8c3a46b6b01
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0-rc-2-bin.zip
distributionSha256Sum=5a3578b9f0bb162f5e08cf119f447dfb8fa950cedebb4d2a977e912a11a74b91
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
public class SampleService implements Service {

/**
*
* @since 0.0.1
*/
@Override
Expand Down

0 comments on commit 3db9494

Please sign in to comment.