Skip to content

Commit

Permalink
update publish conf
Browse files Browse the repository at this point in the history
  • Loading branch information
markjschreiber committed Apr 25, 2022
1 parent 5a4c76d commit cef0cd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down Expand Up @@ -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")
}
}
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit cef0cd4

Please sign in to comment.