Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 7ce489c

Browse files
Update net.wooga.asdf to 2.x (#24)
update net.wooga.asdf to 2.x
1 parent 90691b6 commit 7ce489c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ plugins {
2222
}
2323

2424
group 'net.wooga.gradle'
25+
java.sourceCompatibility = JavaVersion.VERSION_11
2526

2627
pluginBundle {
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['

src/integrationTest/groovy/wooga/gradle/build/unity/ios/IOSBuildPluginIntegrationSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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' })

0 commit comments

Comments
 (0)