Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for configurationScriptNotSupported (0.36 sec)

  1. platforms/jvm/language-groovy/src/testFixtures/resources/org/gradle/groovy/compile/AbstractBasicGroovyCompilerIntegrationSpec/configurationScriptNotSupported/groovycompilerconfig.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.groovy.compile.BasicGroovyCompilerIntegrationSpec.configurationScriptNotSupported
    
    import groovy.transform.TypeChecked
    
    withConfig(configuration) {
        ast(TypeChecked)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 807 bytes
    - Viewed (0)
  2. platforms/jvm/language-groovy/src/testFixtures/groovy/org/gradle/groovy/compile/AbstractBasicGroovyCompilerIntegrationSpec.groovy

            output.contains(new File("src/main/groovy/compile/test/Person.groovy").toString())
            output.contains(new File("src/main/groovy/compile/test/Person2.groovy").toString())
        }
    
        def "configurationScriptNotSupported"() {
            Assume.assumeTrue(versionLowerThan("2.1"))
    
            expect:
            fails("compileGroovy")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 09:08:49 UTC 2023
    - 27K bytes
    - Viewed (0)
Back to top