We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf2e51 commit ba802f6Copy full SHA for ba802f6
sample/gradle-producer-build/build.gradle.kts
@@ -33,7 +33,7 @@ dependencies {
33
// required dependencies for building a Maven Plugin
34
implementation("org.apache.maven:maven-plugin-api:3.9.11")
35
// annotations are only needed at compile time
36
- compileOnly("org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.1")
+ compileOnly("org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.2")
37
}
38
39
publishing {
0 commit comments