We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68262f commit 8b7ca2bCopy full SHA for 8b7ca2b
agent/service-message-maven-extension/build.gradle
@@ -16,6 +16,7 @@ tasks.register('buildExtension', Exec).configure {
16
inputs.file 'pom.xml'
17
inputs.dir 'src/main'
18
outputs.file 'target/service-message-maven-extension-1.0.jar'
19
+ outputs.cacheIf { true }
20
argumentProviders.add cmdLineArgProvider
21
22
def mvnw = DefaultNativePlatform.currentOperatingSystem.isWindows() ? './mvnw.cmd' : './mvnw'
0 commit comments