Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SomeJava (0.1 sec)

  1. platforms/core-configuration/kotlin-dsl-integ-tests/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/KotlinDslJvmDefaultIntegrationTest.kt

                """
            )
            withFile(
                "java-consumer/src/main/java/jc/SomeJava.java",
                """
                package jc;
                class SomeJava implements some.Some {
                    public static void main(String[] args) {
                        new SomeJava().some();
                    }
                }
                """
            )
    
            withBuildScriptIn(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Sep 24 17:45:43 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  2. platforms/software/platform-base/src/integTest/groovy/org/gradle/language/base/FunctionalSourceSetIntegrationTest.groovy

                        }
                    }
                }
            '''
    
            when:
            succeeds "printSourceDisplayName"
    
            then:
            output.contains "sources display name: SomeJava source 'myJavaSourceSet'"
        }
    
        def "can reference sourceSet elements using specialized type in a rule"() {
            given:
            buildFile << registerJavaLanguage()
            buildFile << '''
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 13.1K bytes
    - Viewed (0)
Back to top