Skip to content

Commit

Permalink
add testCompile
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Fergerson committed Dec 1, 2019
1 parent cea99e4 commit ba2dd74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ repositories {

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile 'com.github.bfergerson:joor:bef9254b2a'
compileOnly 'com.github.bfergerson:joor:bef9254b2a'

compile fileTree(dir: 'jcef/binary_distrib/linux64/bin/', include: '*.jar')
compile fileTree(dir: 'jcef/binary_distrib/win32/bin/', include: '*.jar')
compile fileTree(dir: 'jcef/binary_distrib/win64/bin/', include: '*.jar')
compile fileTree(dir: 'jcef/jcef_build/native/Release', include: '*.jar')
compileOnly 'com.github.bfergerson:joor:bef9254b2a'
}

task createProperties(dependsOn: processResources) {
Expand Down

0 comments on commit ba2dd74

Please sign in to comment.