From 994385ec720773c4bf7a023350f228b907491e37 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 13 May 2021 19:08:42 +0200 Subject: [PATCH] Turn off bootstrap mode by default --- junit5.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/junit5.spec b/junit5.spec index dad6397..10b5a43 100644 --- a/junit5.spec +++ b/junit5.spec @@ -1,4 +1,4 @@ -%bcond_without bootstrap +%bcond_with bootstrap # Component versions, taken from gradle.properties %global platform_version 1.%(v=%{version}; echo ${v:2})