Skip to content

Commit 6c3de23

Browse files
committed
[Java] Upgrade to Gradle 4.6.
1 parent af6e2a7 commit 6c3de23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

686686
task wrapper(type: Wrapper) {
687-
gradleVersion = '4.5.1'
687+
gradleVersion = '4.6'
688688
distributionType = 'ALL'
689689
}

gradle/wrapper/gradle-wrapper.jar

-4 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
34
zipStoreBase=GRADLE_USER_HOME
45
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5.1-all.zip

0 commit comments

Comments
 (0)