Skip to content

Commit 9ca7b52

Browse files
committed
Only enable minio if fixture is enabled
1 parent 596d1d1 commit 9ca7b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/repository-s3/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ buildscript {
115115
}
116116
}
117117

118-
if (minioDistribution) {
118+
if (useFixture && minioDistribution) {
119119
apply plugin: 'de.undercouch.download'
120120

121121
final String minioFileName = "minio.${minioVersion}"

0 commit comments

Comments
 (0)