Skip to content

Commit

Permalink
Include src.zip files (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 authored Aug 21, 2023
1 parent 0bd1e05 commit 137786e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/jdk.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ ext.jdkZipSetupWindows = { AbstractArchiveTask zip->
}
}

exclude '**/src.zip'
exclude '**/bin/*.pdb'
exclude '**/bin/*.map'
exclude '**/bin/server/*.pdb'
Expand Down Expand Up @@ -137,7 +136,6 @@ ext.jdkZipSetupLinux = { AbstractArchiveTask zip->
f.path = f.path.replace("jdk-${jdkVersion}/", 'jdk/')
}

exclude '**/src.zip'
exclude '**/bin/*.pdb'
exclude '**/bin/*.map'
exclude '**/bin/server/*.pdb'
Expand Down Expand Up @@ -168,7 +166,6 @@ ext.jdkZipSetupMac = { AbstractArchiveTask zip->
exclude "./jdk-${jdkVersion}/Contents/MacOS/**"
exclude "./jdk-${jdkVersion}/Contents/Info.plist"

exclude '**/src.zip'
exclude '**/bin/*.pdb'
exclude '**/bin/*.map'
exclude '**/bin/server/*.pdb'
Expand Down Expand Up @@ -199,7 +196,6 @@ ext.jdkZipSetupMacArm = { AbstractArchiveTask zip->
exclude "./jdk-${jdkVersion}/Contents/MacOS/**"
exclude "./jdk-${jdkVersion}/Contents/Info.plist"

exclude '**/src.zip'
exclude '**/bin/*.pdb'
exclude '**/bin/*.map'
exclude '**/bin/server/*.pdb'
Expand Down

0 comments on commit 137786e

Please sign in to comment.