Skip to content

Commit b196cea

Browse files
author
Sam-Kramer
authored
Create a separate jar for the admin api (#1251)
1 parent bed58b6 commit b196cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ project(':adminapi') {
250250
apply plugin: 'com.github.johnrengelman.shadow'
251251
apply plugin: "de.marcphilipp.nexus-publish"
252252

253-
archivesBaseName = 'minio'
253+
archivesBaseName = 'minio-admin'
254254

255255
configurations.all {
256256
resolutionStrategy {

0 commit comments

Comments
 (0)