Skip to content

Commit

Permalink
Upgradle to 5.6.2 and remove workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Sep 6, 2019
1 parent df2ec3e commit ada66c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions buildSrc/src/main/kotlin/java-library-conventions.gradle.kts
Expand Up @@ -32,18 +32,6 @@ sourceSets {
eclipse {
classpath {
plusConfigurations.add(shadowed)

// Workaround for https://github.com/gradle/gradle/issues/10393
file {
whenMerged(Action<org.gradle.plugins.ide.eclipse.model.Classpath> {
entries = entries.distinctBy {
if (it is org.gradle.plugins.ide.eclipse.model.ProjectDependency)
it.path
else
it
}
})
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

2 comments on commit ada66c4

@sormuras
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@sbrannen
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.