Skip to content

Commit

Permalink
Merge pull request #10 from sabintrademe/sabin/mp-178_migration_to_ma…
Browse files Browse the repository at this point in the history
…ven_central

MP- 178 Migration to maven central
  • Loading branch information
rwjc committed Mar 31, 2022
2 parents d65c1d3 + 69a98c5 commit 4e8c437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,14 @@ afterEvaluate {
}
}
signing {

if (rootProject.ext["signing.keyId"] && rootProject.ext["signing.key"] && rootProject.ext["signing.password"]) {
useInMemoryPgpKeys(
rootProject.ext["signing.keyId"],
rootProject.ext["signing.key"],
rootProject.ext["signing.password"],
)
sign publishing.publications

} else {
sign configurations.archives
}
}
java {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class SamplePlungeTests {
* the test source set (i.e. /sample/src/test/test-cases/).
*/
@JvmStatic
private val pathToTests = System.getProperty("user.dir") + "/src/test/test-cases"
private val pathToTests = "/src/test/test-cases"

/**
* Declare a static function which returns a collection of Object arrays.
Expand Down

0 comments on commit 4e8c437

Please sign in to comment.