We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f8c69 commit bda9c79Copy full SHA for bda9c79
build.gradle
@@ -65,9 +65,9 @@ buildscript {
65
classpath "io.spring.gradle:dependency-management-plugin:$spring_dependency_management_version"
66
67
// 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"
+ 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"
71
}
72
73
0 commit comments