Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cannotSetAllJvmArgs (0.52 sec)

  1. subprojects/core/src/test/groovy/org/gradle/process/internal/JavaExecHandleBuilderTest.groovy

            temporaryFileProvider,
            null,
            TestFiles.execFactory().newJavaForkOptions()
        )
    
        FileCollectionFactory fileCollectionFactory = TestFiles.fileCollectionFactory()
    
        def cannotSetAllJvmArgs() {
            when:
            builder.setAllJvmArgs(asList("arg"))
    
            then:
            thrown(UnsupportedOperationException)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 15 17:11:21 UTC 2023
    - 7.5K bytes
    - Viewed (0)
Back to top