Skip to content

Commit

Permalink
Fix wrong dependency scope of gradle-commons (#146) (#147)
Browse files Browse the repository at this point in the history
## Description
See #146
Fixes #146

## Changes
* ![FIX] Fix wrong dependency scope of gradle-commons


[FIX]:      https://resources.atlas.wooga.com/icons/icon_fix.svg "Fix"
  • Loading branch information
Vampire authored Jun 23, 2023
1 parent bbcd184 commit 55ee117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
implementation 'org.zeroturnaround:zt-zip:1.14'
implementation 'org.apache.tika:tika-core:1.24.1'
implementation 'org.ajoberstar.grgit:grgit-core:[4.1.1,5)'
implementation 'com.wooga.gradle:gradle-commons:[1,2['
api 'com.wooga.gradle:gradle-commons:[1,2['

testImplementation "com.wooga.gradle:gradle-commons-test:[1.2,2["

Expand Down

0 comments on commit 55ee117

Please sign in to comment.