Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CustomJarManifest (0.12 sec)

  1. platforms/jvm/language-jvm/src/integTest/groovy/org/gradle/api/tasks/bundling/JarEncodingIntegrationTest.groovy

            "'UTF-8'"       | null            | "contentCharset must not be null"
        }
    
        private static String customJarManifestTask() {
            return '''
                class CustomJarManifest extends org.gradle.jvm.tasks.Jar {
                    CustomJarManifest() {
                        super();
                        setManifest(new CustomManifest(getFileResolver()))
                    }
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 12:15:28 UTC 2023
    - 10.5K bytes
    - Viewed (0)
Back to top