Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for SampleBinary (0.15 sec)

  1. platforms/software/platform-base/src/integTest/groovy/org/gradle/language/base/CustomComponentSourceSetIntegrationTest.groovy

    class CustomComponentSourceSetIntegrationTest extends AbstractIntegrationSpec {
    
        def "setup"() {
            buildFile << """
        @Managed interface SampleLibrary extends GeneralComponentSpec {}
        @Managed interface SampleBinary extends BinarySpec {}
        @Managed interface LibrarySourceSet extends LanguageSourceSet {}
    
        class MyBinaryDeclarationModel implements Plugin<Project> {
            void apply(final Project project) {}
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 13.5K bytes
    - Viewed (0)
Back to top