We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8126442 commit 622a46eCopy full SHA for 622a46e
src/main/kotlin/dev/deftu/gradle/tools/repo.gradle.kts
@@ -38,7 +38,7 @@ fun RepositoryHandler.optionalMaven(
38
url: String,
39
block: ArtifactRepository.() -> Unit = { }
40
) {
41
- if (project.propertyBoolOr(propertyName, false)) {
+ if (!project.propertyBoolOr(propertyName, true)) {
42
return
43
}
44
0 commit comments