Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for asSystemPropertyJvmArguments (0.12 seconds)

  1. build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/tasks/DistributionTest.kt

            }
    
        @Internal
        override fun getName() =
            "${distributionType}Distribution"
    }
    
    
    private
    fun absolutePathOf(provider: Provider<Directory>) =
        provider.get().asFile.absolutePath
    
    
    internal
    fun <K, V> Map<K, V>.asSystemPropertyJvmArguments(): Iterable<String> =
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Mon Aug 18 18:02:41 GMT 2025
    - 7.7K bytes
    - Click Count (0)
Back to Top