Skip to content

Commit

Permalink
Fix Gradle warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed May 25, 2024
1 parent f5572d2 commit 2e682b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ subprojects {

testImplementation project.deps.junit5
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${project.versions.junit5}"
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
testImplementation project.deps.assertJ
testImplementation project.deps.mockitoCore
testImplementation "org.mockito:mockito-junit-jupiter:${project.versions.mockitoCore}"
Expand All @@ -80,7 +81,7 @@ subprojects {
attributes "Go-Version": project.goVersion
}

archiveFileName = "${base.archivesBaseName}.jar"
archiveFileName = "${project.name}.jar"
}

test {
Expand Down
5 changes: 0 additions & 5 deletions plugins-for-tests/dummy-artifact-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ dependencies {
implementation project.deps.okHttp

testImplementation project.deps.jsonAssert
testImplementation project.deps.mockitoCore
testImplementation project.deps.assertJ
testImplementation project.deps.junit5
testImplementation "org.junit.jupiter:junit-jupiter-params:${project.versions.junit5}"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${project.versions.junit5}"
}

jar {
Expand Down

0 comments on commit 2e682b3

Please sign in to comment.