- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for AbstractArchiveTask (0.06 seconds)
-
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.reproducible-archives.gradle.kts
* See the License for the specific language governing permissions and * limitations under the License. */ // Ensure the archives produced are reproducible tasks.withType<AbstractArchiveTask>().configureEach { isPreserveFileTimestamps = false isReproducibleFileOrder = true dirPermissions { unix("0755") } filePermissions { unix("0644") }
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Mar 06 15:37:11 GMT 2024 - 867 bytes - Click Count (0)