Skip to content

Commit

Permalink
java version
Browse files Browse the repository at this point in the history
  • Loading branch information
richardelms committed Oct 5, 2024
1 parent 22dcae5 commit 6ed9ee0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .buildkite/unreal.4.27.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ agents:
env:
UE_VERSION: "4.27"
XCODE_VERSION: "13.2.1"
JAVA_VERSION: "11"

steps:
- group: ":hammer: Builds UE 4.27"
Expand Down
1 change: 1 addition & 0 deletions .buildkite/unreal.5.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ steps:
env:
UE_VERSION: "5.0"
XCODE_VERSION: "13.2.1"
JAVA_VERSION: "11"
commands:
- rm -rf "/Users/administrator/Library/Logs/Unreal Engine/LocalBuildLogs/*"
- features/scripts/build-fixture.sh Android
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
android.defaultConfig {
minSdkVersion 26
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
else
{
Expand Down

0 comments on commit 6ed9ee0

Please sign in to comment.