Skip to content

Commit ab735ad

Browse files
committed
[API-8521] Added missing fields
1 parent f61c8ef commit ab735ad

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

build.gradle

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ publishing {
129129
url = 'https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/'
130130

131131
credentials {
132-
username = ""
133-
password = ""
132+
username = "${sonatypeUsername}"
133+
password = "${sonatypePassword}"
134134
}
135135
}
136136
}
@@ -145,9 +145,4 @@ distributions {
145145
main {
146146
distributionBaseName = 'sift-java'
147147
}
148-
}
149-
150-
test {
151-
// useJUnitPlatform()
152-
useJUnit()
153-
}
148+
}

0 commit comments

Comments
 (0)