()
| 65 | ''' % module_name) |
| 66 | |
| 67 | def get_license_header(): |
| 68 | return dedent('''\ |
| 69 | /* |
| 70 | * Licensed to the Apache Software Foundation (ASF) under one or more |
| 71 | * contributor license agreements. See the NOTICE file distributed with |
| 72 | * this work for additional information regarding copyright ownership. |
| 73 | * The ASF licenses this file to You under the Apache License, Version 2.0 |
| 74 | * (the "License"); you may not use this file except in compliance with |
| 75 | * the License. You may obtain a copy of the License at |
| 76 | * |
| 77 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 78 | * |
| 79 | * Unless required by applicable law or agreed to in writing, software |
| 80 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 81 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 82 | * See the License for the specific language governing permissions and |
| 83 | * limitations under the License. |
| 84 | */''') |
| 85 | |
| 86 | def get_build_gradle(description): |
| 87 | return dedent('''\ |
no outgoing calls
no test coverage detected
searching dependent graphs…