ex172000 commented on code in PR #2623:
URL: https://github.com/apache/iggy/pull/2623#discussion_r2777791824
##########
foreign/java/build.gradle.kts:
##########
@@ -21,6 +21,11 @@ import com.diffplug.gradle.spotless.SpotlessExtension
plugins {
alias(libs.plugins.spotless) apply false
+ jacoco
Review Comment:
Unfortunately
```
Plugin 'jacoco' is a core Gradle plugin, which cannot be specified with a
version number. Such plugins are versioned as part of Gradle. Please remove the
version number from the declaration.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]