File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ dependencies {
2424 implementation ' io.github.cdimascio:dotenv-java:3.1.0'
2525 implementation ' com.ibm.async:asyncutil:0.1.0'
2626 implementation ' com.fasterxml.jackson.core:jackson-databind:2.18.2'
27- implementation ' io.github.cdimascio:dotenv-java:2.2.0'
2827 testImplementation ' org.testng:testng:7.10.2'
2928 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4'
3029 testImplementation ' org.mockito:mockito-core:5.14.2'
@@ -131,7 +130,7 @@ publishing {
131130tasks. register(' publishToLocalMaven' ) {
132131 group = ' publishing'
133132 description = ' Publish the library to the local Maven repository (~/.m2/repository).'
134-
133+
135134 dependsOn ' publishMavenJavaPublicationToMavenLocal'
136135}
137136
You can’t perform that action at this time.
0 commit comments