Skip to content

Commit

Permalink
[YDS-#245] Hotfix : jdk11 -> jdk17 (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gael-Android authored Feb 7, 2024
1 parent bedb41c commit 04909bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
composeOptions {
kotlinCompilerExtensionVersion = "1.4.3"
Expand All @@ -36,7 +36,7 @@ android {
compose = true
}
kotlinOptions {
jvmTarget = "11"
jvmTarget = "17"
}
}

Expand Down
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jdk:
- openjdk11
- openjdk17
install:
- ./gradlew :DesignSystem:build :DesignSystem:publishToMavenLocal -x :DesignSystem:test
- ./gradlew :compose:build :compose:publishToMavenLocal -x :compose:test
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
versionName=2.5.3
versionName=2.5.4
#자동 배포를 위해서 버전은 여기 한 군데에서 관리하면 된다

0 comments on commit 04909bd

Please sign in to comment.