Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for doThatThing (0.28 sec)

  1. testing/public-api-tests/src/integTest/groovy/org/gradle/api/PublicApiIntegrationTest.groovy

                    @TaskAction
                    public void customAction() {
                        System.out.println("Hello from custom task");
                    }
    
                    @Nullable
                    private String doThatThing() {
                        return null;
                    }
                }
            """
    
            expect:
            succeeds(":test")
        }
    
        def "can compile Groovy code against public API"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 08:43:08 UTC 2024
    - 8.8K bytes
    - Viewed (0)
Back to top