Skip to content

Commit

Permalink
Bump up Jdk version to 21 & remove plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskioko committed Oct 24, 2024
1 parent 1bc5a47 commit 7c09dce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true

env:
JDK_VERSION: 17
JDK_VERSION: 21
DISTRIBUTION: 'zulu'
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 120

Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: 'zulu'

- name: Create release
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
source "https://rubygems.org"

gem "fastlane"
gem "xcode-install"

plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)
4 changes: 0 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,6 @@ GEM
uber (0.1.0)
unicode-display_width (2.6.0)
word_wrap (1.0.0)
xcode-install (2.8.1)
claide (>= 0.9.1)
fastlane (>= 2.1.0, < 3.0.0)
xcodeproj (1.25.1)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
Expand All @@ -229,7 +226,6 @@ PLATFORMS
DEPENDENCIES
fastlane
fastlane-plugin-test_center
xcode-install

BUNDLED WITH
2.5.14
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ dependency-analysis = "2.1.4"
essenty = "2.1.0"
desugar = "2.1.2"
gradle-doctor = "0.10.0"
java-jdk = "17"
java-target = "17"
java-jdk = "21"
java-target = "21"
kenburns = "1.0.7"
kermit = "2.0.4"
kotest = "5.9.1"
Expand Down

0 comments on commit 7c09dce

Please sign in to comment.