Skip to content

Commit 45ec27c

Browse files
Nobody saw this
1 parent 773cb34 commit 45ec27c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

java/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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 {
131130
tasks.register('publishToLocalMaven') {
132131
group = 'publishing'
133132
description = 'Publish the library to the local Maven repository (~/.m2/repository).'
134-
133+
135134
dependsOn 'publishMavenJavaPublicationToMavenLocal'
136135
}
137136

0 commit comments

Comments
 (0)