Skip to content

Commit

Permalink
Plugin versions in 'plugins' block (#1977)
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky authored May 2, 2020
1 parent 0f15812 commit 9982979
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ buildscript {

// JMH plugins
classpath "com.github.jengelman.gradle.plugins:shadow:5.1.0"
classpath "me.champeau.gradle:jmh-gradle-plugin:0.5.0-rc-2"
classpath "net.ltgt.gradle:gradle-apt-plugin:0.21"
}
}

Expand Down
7 changes: 7 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
* Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/

pluginManagement {
plugins {
id "net.ltgt.apt" version "0.21"
id "me.champeau.gradle.jmh" version "0.5.0-rc-2"
}
}

rootProject.name = 'kotlinx.coroutines'
enableFeaturePreview('GRADLE_METADATA')

Expand Down

0 comments on commit 9982979

Please sign in to comment.