Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit c2fb66b

Browse files
committed
Update Gradle
1 parent 99e6e62 commit c2fb66b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ dependencies {
5555
testImplementation 'org.apache.kafka:kafka-streams-test-utils'
5656
testImplementation group: 'org.springframework.cloud', name: 'spring-cloud-stream', classifier: 'test-binder'
5757
testImplementation 'org.junit.jupiter:junit-jupiter:5.4.+'
58+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.+'
5859
testCompileOnly 'org.projectlombok:lombok:1.18.+'
5960
}
6061

+1-1
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.9-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)