From cb0f7b82dc5964e9eb14cb87baec984657afa09d Mon Sep 17 00:00:00 2001 From: Aleksei Date: Thu, 27 Feb 2020 18:21:07 -0500 Subject: [PATCH] Source compatibility 11 for Optional methods --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 96f00f2..5f00c83 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ plugins { group 'dev.salmonllama' version '1.1.11' -sourceCompatibility = 1.8 +sourceCompatibility = 11 repositories { mavenCentral()