From 6c2fd0ed4bfa2c00b266815aceba6375bb229686 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 13 Jan 2019 17:57:37 +0100 Subject: [PATCH] build organization --- build.gradle.kts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 02f22f49..0a00abe1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -69,14 +69,12 @@ object Extras { } /////////////////////////////// -///// assign 'Extras' to project or project.ext +///// assign 'Extras' /////////////////////////////// description = Extras.description group = Extras.group version = Extras.version - -// load properties from custom location val propsFile = File("$projectDir/../../gradle.properties").normalize() if (propsFile.canRead()) { println("\tLoading custom property data from: [$propsFile]") @@ -96,7 +94,7 @@ if (propsFile.canRead()) { else { project.extra.set(k, v) } - } } + }} } licensing {