Skip to content

Commit

Permalink
Remove deprecation warnings for Gradle 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ingokegel committed Jun 18, 2018
1 parent d4d311a commit 3c89ec8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ val dist by tasks.creating {}
val test by tasks.creating {}

tasks {
"wrapper"(Wrapper::class) {
getByName<Wrapper>("wrapper") {
gradleVersion = "4.8"
distributionType = Wrapper.DistributionType.ALL
}
Expand Down
2 changes: 2 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
val kotlinVersion: String by settings

enableFeaturePreview("STABLE_PUBLISHING")

pluginManagement {
repositories {
gradlePluginPortal()
Expand Down

0 comments on commit 3c89ec8

Please sign in to comment.