File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
1212}
1313
1414var props = Properties ().apply {
15- load(FileInputStream (File (rootProject.rootDir, " ../../../../ project.properties" )))
15+ load(FileInputStream (File (rootProject.rootDir, " ../../project.properties" )))
1616}
1717
1818group = " software.amazon.cryptography"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
1313}
1414
1515var props = Properties ().apply {
16- load(FileInputStream (File (rootProject.rootDir, " ../../../../ project.properties" )))
16+ load(FileInputStream (File (rootProject.rootDir, " ../../project.properties" )))
1717}
1818
1919group = " software.amazon.cryptography"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
1212}
1313
1414var props = Properties ().apply {
15- load(FileInputStream (File (rootProject.rootDir, " ../../../../../project .properties" )))
15+ load(FileInputStream (File (rootProject.rootDir, " ../../../roject .properties" )))
1616}
1717
1818group = " software.amazon.cryptography"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
1212}
1313
1414var props = Properties ().apply {
15- load(FileInputStream (File (rootProject.rootDir, " ../../../../../ project.properties" )))
15+ load(FileInputStream (File (rootProject.rootDir, " ../../../project.properties" )))
1616}
1717
1818group = " software.amazon.cryptography"
You can’t perform that action at this time.
0 commit comments