Skip to content

Commit

Permalink
Update net.wooga.asdf to 2.x (#24)
Browse files Browse the repository at this point in the history
update net.wooga.asdf to 2.x
  • Loading branch information
Joaquimmnetto committed Aug 12, 2024
1 parent 90691b6 commit 7ce489c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ plugins {
}

group 'net.wooga.gradle'
java.sourceCompatibility = JavaVersion.VERSION_11

pluginBundle {
website = 'https://wooga.github.io/atlas-build-unity-ios/'
Expand Down Expand Up @@ -55,7 +56,7 @@ dependencies {
api 'net.wooga.gradle:fastlane:[2,3['
implementation "com.googlecode.plist:dd-plist:1.23"
implementation 'com.wooga.gradle:gradle-commons:[1,2['
implementation 'net.wooga.gradle:asdf:[1.1.0-rc.3,2['
implementation 'net.wooga.gradle:asdf:[2,3['

integrationTestImplementation'com.wooga.spock.extensions:spock-macos-keychain-extension:[1,2['
testImplementation 'com.wooga.gradle:gradle-commons-test:[1,2['
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class IOSBuildPluginIntegrationSpec extends IOSBuildIntegrationSpec {
}

def cleanup() {
keychainLookupList.reset()
keychainLookupList?.reset()
}

@Requires({ os.macOs && env['ATLAS_BUILD_UNITY_IOS_EXECUTE_KEYCHAIN_SPEC'] == 'YES' })
Expand Down

0 comments on commit 7ce489c

Please sign in to comment.