Skip to content

Commit c7a9ab7

Browse files
turanskyrecheej
authored andcommitted
Plugin versions in 'plugins' block (Kotlin#1977)
1 parent f6b7b18 commit c7a9ab7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ buildscript {
8383

8484
// JMH plugins
8585
classpath "com.github.jengelman.gradle.plugins:shadow:5.1.0"
86-
classpath "me.champeau.gradle:jmh-gradle-plugin:0.5.0-rc-2"
87-
classpath "net.ltgt.gradle:gradle-apt-plugin:0.21"
8886
}
8987
}
9088

settings.gradle

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
* Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33
*/
44

5+
pluginManagement {
6+
plugins {
7+
id "net.ltgt.apt" version "0.21"
8+
id "me.champeau.gradle.jmh" version "0.5.0-rc-2"
9+
}
10+
}
11+
512
rootProject.name = 'kotlinx.coroutines'
613
enableFeaturePreview('GRADLE_METADATA')
714

0 commit comments

Comments
 (0)