Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WithReader (0.15 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/suppliers/DynamicRevisionRemoteResolveWithMetadataSupplierIntegrationTest.groovy

                    repositoryResourceAccessor.withResource("status.txt") {
                        if (status.isEmpty()) {
                            println "Parsing status file call count: \${++calls}"
                            it.withReader { reader ->
                                reader.eachLine { line ->
                                    if (line) {
                                       def (module, st) = line.split(';')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 49K bytes
    - Viewed (0)
Back to top