- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for stripIndent (0.1 seconds)
-
build-tools-internal/src/main/groovy/elasticsearch.ide.gradle
2.0 and the Server Side Public License, v 1; you may not use this file except in compliance with, at your election, the Elastic License 2.0 or the Server Side Public License, v 1.'''.stripIndent() } Elastic { keyword = '2.0; you may not use this file except in compliance with the Elastic License' notice = '''\Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Fri Sep 24 19:34:12 GMT 2021 - 8.8K bytes - Click Count (0) -
build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/test/rest/YamlRestCompatTestPluginFuncTest.groovy
- length: { value_not_to_replace: 1 } --- "use cat with no header": - do: cat.indices: {} - match: {} """.stripIndent() when: def result = gradleRunner("yamlRestTestV${compatibleVersion}CompatTest").build() then: result.task(transformTask).outcome == TaskOutcome.SUCCESSCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Sep 30 16:30:48 GMT 2021 - 16.4K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/UserGuideTransformTask.groovy
element.setTextContent(normalise(element.getTextContent())) } } static String normalise(String content) { content.replace('\t', ' ').stripIndent().replace('\r\n', '\n') } def transformApiLinks(Document doc) { ClassMetaDataRepository<ClassLinkMetaData> linkRepository = new SimpleClassMetaDataRepository<ClassLinkMetaData>()
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri May 16 07:58:02 GMT 2025 - 5.6K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/AbstractGradleViolationRule.groovy
On `master` branch, these two files are usually reset (cleaned up), unless you have special reasons not to do so. </div> </details> """.stripIndent() ) return violation } private static String prettyPrintJson(def acceptanceJson) { def stringWriter = new StringWriter()
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 22 12:18:18 GMT 2026 - 10K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild.binary-compatibility.gradle
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Dec 30 10:14:25 GMT 2025 - 8.9K bytes - Click Count (0)