Skip to content

Commit

Permalink
Move guave to compile only
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondDagger590 committed Oct 23, 2019
1 parent 452d031 commit f64d966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -17,7 +17,7 @@ repositories {
dependencies {
compile group: 'com.intellij', name: 'annotations', version: '9.0.4'
compile group: 'com.h2database', name: 'h2', version: '1.4.198'
compile group: 'com.google.guava', name: 'guava', version: '19.0'
compileOnly group: 'com.google.guava', name: 'guava', version: '19.0'

testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile group: 'org.assertj', name: 'assertj-core', version: '3.12.1'
Expand Down

0 comments on commit f64d966

Please sign in to comment.