Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for LibrarySourceSet (0.22 sec)

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

                sources {
                    compA(LibrarySourceSet) {
                        source.srcDir "src/main/comp-a"
                    }
                    compB(LibrarySourceSet) {
                        source.srcDir "src/main/comp-b"
                    }
                }
                binaries {
                    bin(SampleBinary) {
                        sources {
                            binaryA(LibrarySourceSet) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 13.5K bytes
    - Viewed (0)
  2. platforms/software/platform-base/src/integTest/groovy/org/gradle/language/base/CustomComponentBinariesIntegrationTest.groovy

                                assert sampleBinarySourceSet instanceof LibrarySourceSet
                                assert sampleBinarySourceSet.displayName == "Library source 'sampleLib:librarySource'"
                                assert othersSampleBinarySourceSet instanceof LibrarySourceSet
                                assert othersSampleBinarySourceSet.displayName == "Library source 'sampleLib:librarySource'"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 13.8K bytes
    - Viewed (0)
Back to top