Skip to content

Commit bda9c79

Browse files
committed
Update jmh-related plugins to be compatible with Gradle 5.5
1 parent 89f8c69 commit bda9c79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ buildscript {
6565
classpath "io.spring.gradle:dependency-management-plugin:$spring_dependency_management_version"
6666

6767
// JMH plugins
68-
classpath "com.github.jengelman.gradle.plugins:shadow:4.0.2"
69-
classpath "me.champeau.gradle:jmh-gradle-plugin:0.4.7"
70-
classpath "net.ltgt.gradle:gradle-apt-plugin:0.10"
68+
classpath "com.github.jengelman.gradle.plugins:shadow:5.1.0"
69+
classpath "me.champeau.gradle:jmh-gradle-plugin:0.5.0-rc-2"
70+
classpath "net.ltgt.gradle:gradle-apt-plugin:0.21"
7171
}
7272
}
7373

0 commit comments

Comments
 (0)