From cef0cd4908dc9b2fc28785752b9bf8f85a2d3678 Mon Sep 17 00:00:00 2001 From: Mark Schreiber Date: Mon, 25 Apr 2022 16:55:17 -0400 Subject: [PATCH] update publish conf --- build.gradle | 9 +++------ settings.gradle | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index e6179950..65c73eab 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ repositories { } group = 'software.aws.haig' -archivesBaseName = 'aws-s3-java-nio-spi' +archivesBaseName = 'nio-spi-for-s3' version = '1.0.0' apply plugin: 'java' @@ -31,10 +31,7 @@ targetCompatibility = 1.8 dependencies { // Use JUnit test framework. testImplementation 'junit:junit:4.13.2' - implementation 'org.mockito:mockito-core:4.3.1' - - // This dependency is exported to consumers, that is to say found on their compile classpath. - // api 'org.apache.commons:commons-math3:3.6.1' + testImplementation 'org.mockito:mockito-core:4.3.1' // This dependency is used internally, and not exposed to consumers on their own compile classpath. implementation 'software.amazon.awssdk:bom:2.17.129' @@ -62,6 +59,6 @@ jacocoTestReport { dependsOn test reports { xml.required = true - xml.outputLocation = file("build/brazil-documentation/coverage.xml") + xml.outputLocation = file("build/reports/coverage.xml") } } diff --git a/settings.gradle b/settings.gradle index d4875217..a34ceb5f 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,5 +7,5 @@ * in the user manual at https://docs.gradle.org/7.3.3/userguide/multi_project_builds.html */ -rootProject.name = 's3fs-spi' +rootProject.name = 'aws-java-nio-spi-for-s3'