We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fdd355 commit dfc242aCopy full SHA for dfc242a
runner/build.gradle
@@ -42,7 +42,7 @@ tasks.register("indexJar", Jar) {
42
43
dependencies {
44
implementation project(path: ":types")
45
- implementation 'com.github.rdf-connect:proto:9700abd'
+ implementation 'com.github.rdf-connect:proto:master-SNAPSHOT'
46
47
implementation 'com.fasterxml.jackson.core:jackson-core:2.18.3'
48
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
@@ -81,3 +81,7 @@ build {
81
dependsOn shadowJar
82
dependsOn descriptorArtifact
83
}
84
+
85
+configurations.all {
86
+ resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
87
+}
0 commit comments