Skip to content

Commit

Permalink
Use PropertyLookup class from com.wooga.gradle:gradle-commons (#32)
Browse files Browse the repository at this point in the history
Description
===========

The `PropertyLookup` class has a new location in the library
`com.wooga.grale:gradle-commons`. We should use this library directly
instead of using the exposed API from `net.wooga.unity` plugin

Changes
=======

* ![IMPROVE] use `PropertyLookup` class from `com.wooga.gradle:gradle-commons`
  • Loading branch information
Larusso authored Sep 6, 2021
1 parent c98dc01 commit 70d6203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ repositories {
dependencies {
implementation "net.wooga:unity-version-manager-jni:(1,2]"
implementation "gradle.plugin.net.wooga.gradle:atlas-unity:(2,3]"
implementation "com.wooga.gradle:gradle-commons:0.1.0"
testImplementation 'net.wooga.test:unity-project-generator-rule:0.3.0'
testImplementation "com.wooga.spock.extensions:spock-unity-version-manager-extension:0.2.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

package wooga.gradle.unity.version.manager

import wooga.gradle.unity.utils.PropertyLookup
import com.wooga.gradle.PropertyLookup

class UnityVersionManagerConventions {

Expand Down

0 comments on commit 70d6203

Please sign in to comment.