Skip to content

Commit dfc242a

Browse files
committed
update proto version
1 parent 2fdd355 commit dfc242a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

runner/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tasks.register("indexJar", Jar) {
4242

4343
dependencies {
4444
implementation project(path: ":types")
45-
implementation 'com.github.rdf-connect:proto:9700abd'
45+
implementation 'com.github.rdf-connect:proto:master-SNAPSHOT'
4646

4747
implementation 'com.fasterxml.jackson.core:jackson-core:2.18.3'
4848
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
@@ -81,3 +81,7 @@ build {
8181
dependsOn shadowJar
8282
dependsOn descriptorArtifact
8383
}
84+
85+
configurations.all {
86+
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
87+
}

0 commit comments

Comments
 (0)