File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ project(':sbe-benchmarks') {
409409 dependencies {
410410 compile project(' :sbe-tool' )
411411 compile ' org.openjdk.jmh:jmh-core:1.20'
412- compile ' org.openjdk.jmh:jmh-generator-annprocess:1.20'
412+ annotationProcessor ' org.openjdk.jmh:jmh-generator-annprocess:1.20'
413413 compile files(' build/classes/java/generated' )
414414 }
415415
@@ -684,6 +684,6 @@ task uploadToMavenCentral {
684684}
685685
686686task wrapper (type : Wrapper ) {
687- gradleVersion = ' 4.5.1 '
687+ gradleVersion = ' 4.6 '
688688 distributionType = ' ALL'
689689}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.6-all.zip
34zipStoreBase =GRADLE_USER_HOME
45zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-4.5.1-all.zip
You can’t perform that action at this time.
0 commit comments