Skip to content

Commit e0c7daf

Browse files
authored
update comments
1 parent 4fb34dc commit e0c7daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/nacos-client-2.0.0/javaagent/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
library("com.alibaba.nacos:nacos-client:2.0.0")
1717
testImplementation("javax.annotation:javax.annotation-api:1.3.2")
1818

19-
latestDepTestLibrary("com.alibaba.nacos:nacos-client:2.0.4+") // documented limitation: nacos-client2.0.3 jar version had a compilation error in the test
19+
latestDepTestLibrary("com.alibaba.nacos:nacos-client:2.0.4+") // documented limitation
2020
}
2121

2222
tasks.withType<Test>().configureEach {

0 commit comments

Comments
 (0)