Skip to content

Commit

Permalink
Use new SNAPSHOT of cglib which uses Opcodes.ASM5 instead of ASM4
Browse files Browse the repository at this point in the history
also fixed issue with jitpack-io provided snapshot build
  • Loading branch information
leonard84 committed May 31, 2015
1 parent 5225ba6 commit a2dc779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spock-specs/specs.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ configurations {
junit
}

// for "com.github.cglib:cglib.cglib-nodep:e10bc3dda2"
// for "com.github.cglib:cglib.cglib-nodep:5503bcca74"
repositories {
maven {
url "https://jitpack.io"
Expand All @@ -20,7 +20,7 @@ dependencies {
testCompile project(":spock-core")

testRuntime libs.asm
testRuntime javaVersion >= 1.8 ? "com.github.cglib:cglib.cglib-nodep:e10bc3dda2" : libs.cglib
testRuntime javaVersion >= 1.8 ? "com.github.cglib.cglib:cglib-nodep:5503bcca74" : libs.cglib
testRuntime libs.objenesis
testRuntime libs.h2database

Expand Down

0 comments on commit a2dc779

Please sign in to comment.