Updated build to kotlin script from groovy

This commit is contained in:
nathan 2019-03-21 10:42:32 +01:00
parent f86a2f7e40
commit 301f61baeb
2 changed files with 464 additions and 402 deletions

File diff suppressed because it is too large Load Diff

View File

@ -13,14 +13,3 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
include("Utilities")
for (project in rootProject.children) {
project.projectDir = file("../$project.name")
project.buildFileName = "utilities.gradle"
assert (project.projectDir.directory)
assert (project.buildFile.file)
}
enableFeaturePreview('STABLE_PUBLISHING')