From 450cd234fb7fea8f8b1f22dccb3b9dcc3ea8477e Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Wed, 12 Dec 2018 16:01:26 +0000 Subject: [PATCH] Set the source encoding for the build --- mockito.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mockito.spec b/mockito.spec index e37f0ff..8906b8f 100644 --- a/mockito.spec +++ b/mockito.spec @@ -1,6 +1,6 @@ Name: mockito Version: 2.23.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tasty mocking framework for unit tests in Java License: MIT URL: https://site.mockito.org/ @@ -61,7 +61,7 @@ EOF %mvn_alias org.%{name}:%{name}-core org.%{name}:%{name}-all %build -%mvn_build +%mvn_build -- -Dproject.build.sourceEncoding=UTF-8 %install %mvn_install @@ -74,6 +74,9 @@ EOF %license LICENSE %changelog +* Wed Dec 12 2018 Mat Booth - 2.23.9-3 +- Set the source encoding for the build + * Wed Dec 05 2018 Mat Booth - 2.23.9-2 - Re-add compatibility alias for 'mockito-all'