Skip to content

Commit e4ed01a

Browse files
committed
implement results cache #27
1 parent 67439ed commit e4ed01a

21 files changed

+1438
-1327
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
testCompile 'nl.jqno.equalsverifier:equalsverifier:2.3'
5555
testCompile 'org.hamcrest:hamcrest-all:1.3'
5656

57-
compile 'com.google.guava:guava:20.0'
57+
compile 'com.google.guava:guava:23.0'
5858
compile 'org.yaml:snakeyaml:1.18'
5959
compile 'org.slf4j:slf4j-simple:1.7.21'
6060
compile 'org.projectlombok:lombok:1.16.18'

run.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@GrabResolver(name='jitpack', root='https://jitpack.io')
2-
@Grab('com.github.scm4j:scm4j-releaser:+')
2+
@Grab('com.github.scm4j:scm4j-releaser:13.0')
33

44
import org.scm4j.releaser.cli.CLI;
55

0 commit comments

Comments
 (0)