From 2c34ce5057f94ac12ce765a377b381d4ecd6c6af Mon Sep 17 00:00:00 2001 From: yonghanJu Date: Thu, 6 Jul 2023 18:54:41 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20jitpack.yml=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 6 +++--- capture/build.gradle | 4 ++-- jitpack.yml | 2 ++ 3 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 jitpack.yml diff --git a/app/build.gradle b/app/build.gradle index b4322af..5046df0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,8 +27,8 @@ android { } } compileOptions { - sourceCompatibility JavaVersion.VERSION_1_8 - targetCompatibility JavaVersion.VERSION_1_8 + sourceCompatibility JavaVersion.VERSION_11 + targetCompatibility JavaVersion.VERSION_11 } kotlinOptions { jvmTarget = '1.8' @@ -66,4 +66,4 @@ dependencies { // Compose implementation "androidx.compose.runtime:runtime:1.2.0" implementation "androidx.compose.ui:ui-graphics:1.2.0" -} \ No newline at end of file +} diff --git a/capture/build.gradle b/capture/build.gradle index acb9274..aa67734 100644 --- a/capture/build.gradle +++ b/capture/build.gradle @@ -23,8 +23,8 @@ android { } } compileOptions { - sourceCompatibility JavaVersion.VERSION_1_8 - targetCompatibility JavaVersion.VERSION_1_8 + sourceCompatibility JavaVersion.VERSION_11 + targetCompatibility JavaVersion.VERSION_11 } kotlinOptions { jvmTarget = '1.8' diff --git a/jitpack.yml b/jitpack.yml new file mode 100644 index 0000000..6b6fc7d --- /dev/null +++ b/jitpack.yml @@ -0,0 +1,2 @@ +jdk: + -openjdk11 \ No newline at end of file