DATAREDIS-976 - Polishing.

Add missing nullable annotations.

Original pull request: #457
This commit is contained in:
Christoph Strobl
2019-07-03 11:01:24 +02:00
parent 05798fb637
commit 1bdf875d45
3 changed files with 10 additions and 9 deletions

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
REDIS_VERSION:=5.0.4
REDIS_VERSION:=5.0.5
SPRING_PROFILE?=ci
SHELL=/bin/bash -euo pipefail