Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createEmptyJar (0.1 sec)

  1. build-logic/performance-testing/src/main/groovy/gradlebuild/performance/generator/MavenModule.groovy

            return this
        }
    
        void createEmptyJar(File artifactFile) {
            mavenJarCreator.createJar(this, artifactFile)
        }
    
        private File publishArtifact(Map<String, ?> artifact) {
            def artifactFile = artifactFile(artifact)
            if (type != 'pom') {
                if (type == 'jar') {
                    createEmptyJar(artifactFile)
                } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 5.1K bytes
    - Viewed (0)
Back to top