This repository was archived by the owner on Dec 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
src/integrationTest/groovy/wooga/gradle/build/unity/ios Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ plugins {
2222}
2323
2424group ' net.wooga.gradle'
25+ java. sourceCompatibility = JavaVersion . VERSION_11
2526
2627pluginBundle {
2728 website = ' https://wooga.github.io/atlas-build-unity-ios/'
@@ -55,7 +56,7 @@ dependencies {
5556 api ' net.wooga.gradle:fastlane:[2,3['
5657 implementation " com.googlecode.plist:dd-plist:1.23"
5758 implementation ' com.wooga.gradle:gradle-commons:[1,2['
58- implementation ' net.wooga.gradle:asdf:[1.1.0-rc.3,2 ['
59+ implementation ' net.wooga.gradle:asdf:[2,3 ['
5960
6061 integrationTestImplementation' com.wooga.spock.extensions:spock-macos-keychain-extension:[1,2['
6162 testImplementation ' com.wooga.gradle:gradle-commons-test:[1,2['
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ class IOSBuildPluginIntegrationSpec extends IOSBuildIntegrationSpec {
110110 }
111111
112112 def cleanup () {
113- keychainLookupList. reset()
113+ keychainLookupList? . reset()
114114 }
115115
116116 @Requires ({ os.macOs && env[' ATLAS_BUILD_UNITY_IOS_EXECUTE_KEYCHAIN_SPEC' ] == ' YES' })
You can’t perform that action at this time.
0 commit comments