Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
kapil-agnihotri committed Nov 11, 2022
1 parent 01060d3 commit 75963df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/gradle/commitAndProductionStage.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ def runTests(args = []) {
// make launcher executable
ant.chmod(file: launcherFile, perm:'a+x')
// make JRE executable (linux)
ant.chmod(dir: new File(productOutputPath, 'Eclipse.app/Contents/Eclipse/jre/Contents/Home/bin'), perm: 'a+x', includes: '*')
ant.chmod(dir: new File(productOutputPath, 'jre/bin'), perm: 'a+x', includes: '*')

println 'Starting test product...'
outFile.withOutputStream { out ->
Expand Down

0 comments on commit 75963df

Please sign in to comment.