Skip to content

Commit 391a166

Browse files
committed
build: Adding gradle to air gap path.
1 parent e67e767 commit 391a166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ task createAirGapZip(type: JavaExec) {
174174
classpath = files(createArtifactName())
175175
classpath += sourceSets.main.runtimeClasspath
176176
main = 'com.synopsys.integration.detect.Application'
177-
args = ["--detect.output.path=${buildDir}/libs/", '-z']
177+
args = ['--detect.gradle.path=gradlew', "--detect.output.path=${buildDir}/libs/", '-z']
178178
standardOutput = new ByteArrayOutputStream()
179179
doLast {
180180
createAirGapZip.ext.airGapPath = parseAirGapZipPath(standardOutput)

0 commit comments

Comments
 (0)