Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for postPublish (0.15 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/ivy/IvyFileModule.groovy

                    builder.artifact(depArtifactAttrs)
                }
            }
        }
    
        @Override
        protected onPublish(TestFile file) {
            sha1File(file)
            postPublish(file)
        }
    
        private String getArtifactContent() {
            // Some content to include in each artifact, so that its size and content varies on each publish
            return (0..publishCount).join("-")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 23.9K bytes
    - Viewed (0)
Back to top